From b87ebbd96f25b92a327615a7007992dacf36c53b Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Thu, 24 Sep 2009 15:09:13 -0500 Subject: [PATCH] Increment version to 1.1 --- CHANGES | 2 +- setup.py | 2 +- tweepy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index f43a02a..e2fc215 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ All changes made to the library that might affect applications during upgrade will be listed here. -1.0.1 -> Future Release +1.0.1 -> 1.1 ======================= + Fixes + Google App Engine fixes (thanks Thomas Bohmbach, Jr) diff --git a/setup.py b/setup.py index 38f85c2..d3d986e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.0.1", + version="1.1", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index e9ed4f1..69193d2 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.0.1' +__version__ = '1.1' from . models import Status, User, DirectMessage, Friendship, SavedSearch, SearchResult, models from . error import TweepError -- 2.25.1