Skip to content

Commit 6d7d73c

Browse files
committed
Bump to version 1.9
1 parent fb3a96a commit 6d7d73c

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

0 commit comments

Comments
 (0)