diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2018-05-13 11:51:57 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2018-05-13 11:51:57 -0400 |
| commit | 18b677479a1df007f479688a48218f20888bb2a0 (patch) | |
| tree | 400acfe28526c7cbbf9c930f9c82a92b6cbf55ab /setup.py | |
| parent | dfc39d7f1c99b728119bab71402302c4836bbdec (diff) | |
| download | python-pushover-0.4.tar.gz | |
Version bumpv0.4
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.3', + version='0.4', description="Comprehensive bindings and command line utility for the " "Pushover notification service", long_description=open("README.rst").read() + "\n" |
