diff --git a/ghsync/core.py b/ghsync/core.py index ff479e6..8298990 100644 --- a/ghsync/core.py +++ b/ghsync/core.py @@ -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') diff --git a/setup.py b/setup.py index 444314e..6f5f17a 100644 --- a/setup.py +++ b/setup.py @@ -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',