summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-09-30 11:45:52 -0700
committerBob Halley <halley@dnspython.org>2016-09-30 11:45:52 -0700
commitdd265fc9d54af18e54e82503c7b51929d45f30b6 (patch)
tree2450693bd8ea71ce5cab012bf21f4d02b9aa35c4 /setup.py
parent2ce1c9048c4df7dceafe598769b27a33d37a3af1 (diff)
downloaddnspython-dd265fc9d54af18e54e82503c7b51929d45f30b6.tar.gz
bump version post-release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 323a579..89e2cae 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from setuptools import setup
-version = '1.15.0'
+version = '1.16.0'
kwargs = {
'name' : 'dnspython',