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

Commit

Permalink
setup version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin McGloin committed May 23, 2016
1 parent 5297d7c commit f5fc946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name='python-smooch',
packages=['smooch', 'smooch.parse'],
version='0.01',
version='v0.1.3',
description='A Python wrapper for the Smooch API',
license='MIT',
author='Devin McGloin',
author_email='[email protected]',
url='https://github.com/devinmcgloin/python-smooch',
download_url='https://github.com/devinmcgloin/python-smooch/tarball/v0.1.2',
download_url='https://github.com/devinmcgloin/python-smooch/tarball/v0.1.3',
keywords=['messaging', 'smooch'], # arbitrary keywords
install_requires=[
'PyPWT',
Expand Down

0 comments on commit f5fc946

Please sign in to comment.