Skip to content

Commit 1bfc391

Browse files
committed
Bump to version 1.7
1 parent 88e2019 commit 1bfc391

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

0 commit comments

Comments
 (0)