From: Josh Roesslein Date: Mon, 2 Nov 2009 22:10:28 +0000 (-0600) Subject: Update readme and bump version # to 1.3 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cca2715d1e53becb5692bc382284987b1f44833a;p=tweepy.git Update readme and bump version # to 1.3 --- diff --git a/setup.py b/setup.py index 580184c..1aac593 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.2", + version="1.3", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 75e0883..8f15d9e 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,9 @@ """ Tweepy Twitter API library """ -__version__ = '1.2' +__version__ = '1.3' +__author__ = 'Joshua Roesslein' +__license__ = 'MIT' from tweepy.models import Status, User, DirectMessage, Friendship, SavedSearch, SearchResult, models from tweepy.error import TweepError