fix cyclical dp

This commit is contained in:
Kenneth Reitz
2011-03-31 05:16:24 -04:00
parent e30f42f398
commit 30b72fe8a8
+1 -1
View File
@@ -27,7 +27,7 @@ if sys.version_info[:2] < (2,6):
setup(
name='gistapi',
version=gistapi.__version__,
version='0.2.3',
description='Python wrapper for Gist API',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Kenneth Reitz',