Version Bump (v0.2.2)

This commit is contained in:
Kenneth Reitz
2011-02-21 04:17:19 -05:00
parent 306f7a7b50
commit 33a5d775fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ from github2.client import Github
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = '2011 Kenneth REitz'
__version__ = '0.2.1'
__version__ = '0.2.2'
# GitHub configurations
GITHUB_USER = cmd('git config github.user')
+1 -1
View File
@@ -17,7 +17,7 @@ required = ['github2']
setup(
name='ghsync',
version='0.2.1',
version='0.2.2',
description='GitHub Syncer. Clones or Pulls all GitHub repos.',
long_description=open('README.rst').read(),
author='Kenneth Reitz',