From: Mike Verdone Date: Mon, 16 Feb 2009 08:02:48 +0000 (-0700) Subject: Let's go to 1.0.1 now that the app link works, shall we? X-Git-Tag: twitter-1.0.1^0 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/ae9098f799ed303999612cefba9714dcaeae4cbd?hp=3d17fdfc25ced1545d49e9840dc977ee79f98e73 Let's go to 1.0.1 now that the app link works, shall we? --- diff --git a/setup.py b/setup.py index 9bfc5d6..70b964e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '1.0' +version = '1.0.1' setup(name='twitter', version=version,