Release 1.12
authorJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 08:22:54 +0000 (00:22 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 08:22:54 +0000 (00:22 -0800)
[ci skip]

setup.py
tweepy/__init__.py

index 7c9632737c1e151542a5b5f3518f43f6c9b2a97e..ff267528fb550e2427d55c0fccc9c59a9b3b89cd 100644 (file)
--- 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",
index 4a9e264258b67f93168342e7b52174ee12fbff7e..31e4d1e1394f937cd0bc96278aba29c05ebf79e0 100644 (file)
@@ -5,7 +5,7 @@
 """
 Tweepy Twitter API library
 """
-__version__ = '1.11'
+__version__ = '1.12'
 __author__ = 'Joshua Roesslein'
 __license__ = 'MIT'