summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-05-03 16:16:33 -0700
committerBob Halley <halley@dnspython.org>2016-05-03 16:16:33 -0700
commit9d9c9f520d4d15a8c2759dbeabad15e4dec9043e (patch)
tree3ed113d5a33e2d645da4e0d894beee9cf6ba094c /setup.py
parent000f67af811dde997b7487ef2ed10bdfd58a4f8a (diff)
downloaddnspython-9d9c9f520d4d15a8c2759dbeabad15e4dec9043e.tar.gz
start 1.13 release prep
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 04d3ab1..67287c4 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from setuptools import setup
-version = '1.12.0'
+version = '1.13.0'
kwargs = {
'name' : 'dnspython',