From 6d7d73c36f3ab225c0b8e86a77457d26d96760f5 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sat, 17 Mar 2012 01:55:07 -0500 Subject: [PATCH] Bump to version 1.9 --- setup.py | 2 +- tweepy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 503b40c..edd4e3e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.8", + version="1.9", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index f3e8ca4..e79bc2c 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.8' +__version__ = '1.9' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1