Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 65c54f8

Browse files
committed
bumped version to 2.2
1 parent 5d54c10 commit 65c54f8

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-12-24
2+
bump version to v2.2
3+
14
2014-07-10
25
bump version to v2.1
36

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.1',
30+
version='2.2',
3131
author='The Python-Twitter Developers',
3232
author_email='[email protected]',
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__ = '[email protected]'
22-
__version__ = '2.1'
22+
__version__ = '2.2'
2323

2424
import json as simplejson
2525

0 commit comments

Comments
 (0)