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)
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",
"""
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