From 1bfc3913caf2b0bb4b20da032ae1d93574cd504b Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sun, 23 May 2010 22:50:36 -0500 Subject: [PATCH] Bump to version 1.7 --- setup.py | 2 +- tweepy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 39041ac..b4ca58d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.6", + version="1.7", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 4cc0bb3..724ed14 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.6' +__version__ = '1.7' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1