aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2018-10-24 19:42:29 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2018-10-24 19:42:29 -0400
commit8095a03a06878e6d48138b58ecc852054f96f0e3 (patch)
tree55db4a9911f713396d139231d676a917524b556d /setup.py
parent18b677479a1df007f479688a48218f20888bb2a0 (diff)
downloadpython-pushover-8095a03a06878e6d48138b58ecc852054f96f0e3.tar.gz
Fix global token (breaks backward compatibility) #27HEADmaster
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 19ded46..e1b0c18 100644
--- a/setup.py
+++ b/setup.py
@@ -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"