aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
commit669cb270283b5e6e3fb5bc637f33d5306d37c38f (patch)
tree1f27d9013eb4ce9eab24de6d866b22f12eec8add /setup.py
parentb9a012ddd13183da80691d3821d01bc6b345547b (diff)
downloadpython-pushover-0.3.tar.gz
Version bumpv0.3
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 c0d0338..6481bbd 100644
--- a/setup.py
+++ b/setup.py
@@ -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"