diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2018-10-24 19:42:29 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2018-10-24 19:42:29 -0400 |
| commit | 8095a03a06878e6d48138b58ecc852054f96f0e3 (patch) | |
| tree | 55db4a9911f713396d139231d676a917524b556d /setup.py | |
| parent | 18b677479a1df007f479688a48218f20888bb2a0 (diff) | |
| download | python-pushover-master.tar.gz | |
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.4', + version='1.0', description="Comprehensive bindings and command line utility for the " "Pushover notification service", long_description=open("README.rst").read() + "\n" |
