X Tutup
Skip to content

Commit 1abf9d1

Browse files
committed
setting version to v1.0rc1 - realized I shouldn't push to PyPI a v1.0 just yet
1 parent a1e4133 commit 1abf9d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2013-05-28
2-
bumped version to 1.0.0
2+
bumped version to 1.0rc1
33
merged in api_v1.1 branch
44

55
The library is now only for Twitter API v1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'''The setup and build script for the python-twitter library.'''
1818

1919
__author__ = 'python-twitter@googlegroups.com'
20-
__version__ = '1.0.0'
20+
__version__ = '1.0rc1'
2121

2222

2323
# The base package metadata to be used by both distutils and setuptools

twitter.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__ = '1.0.0'
22+
__version__ = '1.0rc1'
2323

2424

2525
import calendar

0 commit comments

Comments
 (0)
X Tutup