summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-09-02 12:00:57 -0700
committerBob Halley <halley@dnspython.org>2013-09-02 12:00:57 -0700
commit8bddf55ddc61ca813f8e1faa241ec7ee786012be (patch)
tree036a6123b1d7e4913c982e4f127b89477260ab5e /setup.py
parent601669759b162d7cb988b585603039b9a5f568db (diff)
downloaddnspython-8bddf55ddc61ca813f8e1faa241ec7ee786012be.tar.gz
prep 1.11.1v1.11.1-py3
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 f51c1f4..03bf2ca 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.11.0'
+version = '1.11.1'
kwargs = {
'name' : 'dnspython3',