Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Bumped version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jan 29, 2016
1 parent 7434ef0 commit 2035ec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pswingw2',
version='0.1',
version='0.2',
url='https://github.com/ZettaIO/pswingw2py',
download_url='https://github.com/ZettaIO/pswingw2py/archive/0.1.tar.gz',
description="A package for sending SMS messages using the PSWinCom LINK SMS Gateway.",
Expand All @@ -24,5 +24,6 @@
include_package_data=True,
entry_points={
'console_scripts': ['pswinsms = pswingw2.shell:main'],
}
},
install_requires=['requests', 'six']
)

0 comments on commit 2035ec7

Please sign in to comment.