summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-06-30 13:43:51 -0700
committerBob Halley <halley@dnspython.org>2013-06-30 13:43:51 -0700
commit8dcdf7e47f0129f2f692d318057802a3d2eec915 (patch)
treec5196fdbed456265eb37b0ef51ae852dbf911e60 /setup.py
parente8ff2417c7ee4d7ffbf55e81e8309cca282937e2 (diff)
downloaddnspython-8dcdf7e47f0129f2f692d318057802a3d2eec915.tar.gz
prep 1.11
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 8af73ba..f51c1f4 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.10.0'
+version = '1.11.0'
kwargs = {
'name' : 'dnspython3',