From: Joshua Roesslein Date: Tue, 1 Nov 2011 04:06:54 +0000 (-0500) Subject: Version 1.8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d4846d1aff72277b53085627337818d27125786b;p=tweepy.git Version 1.8 --- diff --git a/setup.py b/setup.py index 88ac1f5..503b40c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.7.1", + version="1.8", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 9ee3217..f3e8ca4 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.7.1' +__version__ = '1.8' __author__ = 'Joshua Roesslein' __license__ = 'MIT'