From: Joshua Roesslein Date: Thu, 19 Nov 2009 17:53:42 +0000 (-0600) Subject: Bump version to 1.4 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3aaf58b7e6c5066c0dc15482f62587c568f43b2a;p=tweepy.git Bump version to 1.4 --- diff --git a/setup.py b/setup.py index 1aac593..a921a1b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.3", + version="1.4", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index c54e709..55a941d 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.3' +__version__ = '1.4' __author__ = 'Joshua Roesslein' __license__ = 'MIT'