diff --git a/setup.py b/setup.py index 0b41a64..67876f4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ required = ['github2'] setup( name='ghsync', - version=ghsync.__version__, + version='0.2.1', description='GitHub Syncer. Clones or Pulls all GitHub repos.', long_description=open('README.rst').read(), author='Kenneth Reitz',