From 30b72fe8a806502f35d34a2c7f23f51af2a42471 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Mar 2011 05:16:24 -0400 Subject: [PATCH] fix cyclical dp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f0323c..0b30252 100644 --- a/setup.py +++ b/setup.py @@ -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',