From cca2715d1e53becb5692bc382284987b1f44833a Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Mon, 2 Nov 2009 16:10:28 -0600 Subject: [PATCH] Update readme and bump version # to 1.3 --- setup.py | 2 +- tweepy/__init__.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.25.1