From: Joshua Roesslein Date: Mon, 9 Jul 2012 06:46:34 +0000 (-0700) Subject: Bump version to 1.10. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=213d7d447e0eed7cba7e492b5b2f08939b3ccb6d;p=tweepy.git Bump version to 1.10. --- diff --git a/setup.py b/setup.py index edd4e3e..ce66761 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.9", + version="1.10", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index e79bc2c..113d11e 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.9' +__version__ = '1.10' __author__ = 'Joshua Roesslein' __license__ = 'MIT'