We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d792f4 commit 5aaa18bCopy full SHA for 5aaa18b
CHANGES
@@ -1,3 +1,6 @@
1
+2014-07-10
2
+ bump version to v2.1
3
+
4
2014-07-10
5
update copyright years
6
change setup.py to allow installing via wheel
setup.py
@@ -27,7 +27,7 @@ def read(*paths):
27
28
setup(
29
name='python-twitter',
30
- version='2.0',
+ version='2.1',
31
author='The Python-Twitter Developers',
32
author_email='python-twitter@googlegroups.com',
33
license='Apache License 2.0',
twitter/__init__.py
@@ -19,7 +19,7 @@
19
'''A library that provides a Python interface to the Twitter API'''
20
21
__author__ = 'python-twitter@googlegroups.com'
22
-__version__ = '2.0'
+__version__ = '2.1'
23
24
import json as simplejson
25
0 commit comments