From: Josh Roesslein Date: Sun, 13 Sep 2009 20:18:31 +0000 (-0500) Subject: Increment version to 1.0.1 in setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a3f22a21ac59ab2a058bac25f8874acb5f6963e3;p=tweepy.git Increment version to 1.0.1 in setup.py --- diff --git a/setup.py b/setup.py index 267901e..38f85c2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.0", + version="1.0.1", description="Twitter library for python", license="MIT", author="Joshua Roesslein",