Skip to content

Commit

Permalink
Bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Aug 3, 2016
1 parent 1cbcca6 commit 20059de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptwit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from requests_oauthlib.oauth1_session import TokenRequestDenied


__version__ = '0.1.1'
__version__ = '0.2'

PY2 = sys.version_info[0] == 2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme():


setup(name='ptwit',
version='0.1.1',
version='0.2',
description='A simple twitter command line client',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 20059de

Please sign in to comment.