Skip to content

Commit b852f8e

Browse files
committed
Release 1.12
[ci skip]
1 parent d3ca804 commit b852f8e

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.11",
6+
version="1.12",
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.11'
8+
__version__ = '1.12'
99
__author__ = 'Joshua Roesslein'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)