X Tutup
Skip to content

Commit 5aaa18b

Browse files
committed
bump version to v2.1
1 parent 1d792f4 commit 5aaa18b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2014-07-10
2+
bump version to v2.1
3+
14
2014-07-10
25
update copyright years
36
change setup.py to allow installing via wheel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*paths):
2727

2828
setup(
2929
name='python-twitter',
30-
version='2.0',
30+
version='2.1',
3131
author='The Python-Twitter Developers',
3232
author_email='python-twitter@googlegroups.com',
3333
license='Apache License 2.0',

twitter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'''A library that provides a Python interface to the Twitter API'''
2020

2121
__author__ = 'python-twitter@googlegroups.com'
22-
__version__ = '2.0'
22+
__version__ = '2.1'
2323

2424
import json as simplejson
2525

0 commit comments

Comments
 (0)
X Tutup