summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-05-27 09:12:53 -0700
committerBob Halley <halley@dnspython.org>2016-05-27 09:13:01 -0700
commitf0abd8f23aeb9a588e43e5f845d58fb585eac8c3 (patch)
tree837f937f89bbb08d82049ca8f4263083a4a67150 /setup.py
parentf6bfc574eb3dead7bb09d9f2ee2e72b8584071c2 (diff)
downloaddnspython-1.14.0.tar.gz
Prep 1.14.0v1.14.0
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 67287c4..08f7bdc 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from setuptools import setup
-version = '1.13.0'
+version = '1.14.0'
kwargs = {
'name' : 'dnspython',