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

Commit 10877f6

Browse files
author
bear (Mike Taylor)
committed
bump version to 3.0 and also update python version to 3.5
1 parent 08071f9 commit 10877f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*paths):
2929

3030
setup(
3131
name='python-twitter',
32-
version='2.3',
32+
version='3.0',
3333
author='The Python-Twitter Developers',
3434
author_email='python-twitter@googlegroups.com',
3535
license='Apache License 2.0',
@@ -53,6 +53,6 @@ def read(*paths):
5353
'Programming Language :: Python :: 2',
5454
'Programming Language :: Python :: 2.7',
5555
'Programming Language :: Python :: 3',
56-
'Programming Language :: Python :: 3.3',
56+
'Programming Language :: Python :: 3.5',
5757
],
5858
)

0 commit comments

Comments
 (0)