summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-06-30 13:44:07 -0700
committerBob Halley <halley@dnspython.org>2013-06-30 13:44:07 -0700
commit1de73773b63012892452a27563634cb16c15f294 (patch)
tree7a0e0b7279935f672ab29e7e169568d35e76d16f /setup.py
parentc5e21e191d7e4e9305392329050352a21862f169 (diff)
downloaddnspython-1de73773b63012892452a27563634cb16c15f294.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 33d7c20..a6e45a2 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' : 'dnspython',