Skip to content

Commit 80e5edd

Browse files
committed
Bump version to 1.11.
1 parent b1797b8 commit 80e5edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="tweepy",
6-
version="1.10",
6+
version="1.11",
77
description="Twitter library for python",
88
license="MIT",
99
author="Joshua Roesslein",

tweepy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Tweepy Twitter API library
77
"""
8-
__version__ = '1.10'
8+
__version__ = '1.11'
99
__author__ = 'Joshua Roesslein'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)