From 80e5edd61b207e4f15de11a79474972489c56247 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Tue, 14 Aug 2012 22:42:47 -0700 Subject: [PATCH] Bump version to 1.11. --- setup.py | 2 +- tweepy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ce66761..7c96327 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.10", + version="1.11", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 113d11e..4a9e264 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.10' +__version__ = '1.11' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1