diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-12-30 00:23:20 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-12-30 00:23:20 +0100 |
| commit | 669cb270283b5e6e3fb5bc637f33d5306d37c38f (patch) | |
| tree | 1f27d9013eb4ce9eab24de6d866b22f12eec8add /setup.py | |
| parent | b9a012ddd13183da80691d3821d01bc6b345547b (diff) | |
| download | python-pushover-0.3.tar.gz | |
Version bumpv0.3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup setup(name='python-pushover', - version='0.2', + version='0.3', description="Comprehensive bindings and command line utility for the " "Pushover notification service", long_description=open("README.rst").read() + "\n" |
