aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2018-05-13 11:51:57 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2018-05-13 11:51:57 -0400
commit18b677479a1df007f479688a48218f20888bb2a0 (patch)
tree400acfe28526c7cbbf9c930f9c82a92b6cbf55ab /setup.py
parentdfc39d7f1c99b728119bab71402302c4836bbdec (diff)
downloadpython-pushover-0.4.tar.gz
Version bumpv0.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6481bbd..19ded46 100644
--- a/setup.py
+++ b/setup.py
@@ -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"