We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1797b8 commit 80e5eddCopy full SHA for 80e5edd
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
setup(name="tweepy",
6
- version="1.10",
+ version="1.11",
7
description="Twitter library for python",
8
license="MIT",
9
author="Joshua Roesslein",
tweepy/__init__.py
@@ -5,7 +5,7 @@
"""
Tweepy Twitter API library
-__version__ = '1.10'
+__version__ = '1.11'
__author__ = 'Joshua Roesslein'
10
__license__ = 'MIT'
11
0 commit comments