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 88e2019 commit 1bfc391Copy full SHA for 1bfc391
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
setup(name="tweepy",
6
- version="1.6",
+ version="1.7",
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.6'
+__version__ = '1.7'
__author__ = 'Joshua Roesslein'
10
__license__ = 'MIT'
11
0 commit comments