From: Joshua Roesslein Date: Thu, 8 Nov 2012 08:22:54 +0000 (-0800) Subject: Release 1.12 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b852f8e333e48dbee5f4585640a021e15241b640;p=tweepy.git Release 1.12 [ci skip] --- diff --git a/setup.py b/setup.py index 7c96327..ff26752 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name="tweepy", - version="1.11", + version="1.12", description="Twitter library for python", license="MIT", author="Joshua Roesslein", diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 4a9e264..31e4d1e 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.11' +__version__ = '1.12' __author__ = 'Joshua Roesslein' __license__ = 'MIT'