version fix for import

This commit is contained in:
Kenneth Reitz
2011-02-20 21:37:10 -05:00
parent a5e6840f8d
commit 90ab392fbc
+1 -1
View File
@@ -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',