summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-09-02 12:00:41 -0700
committerBob Halley <halley@dnspython.org>2013-09-02 12:00:41 -0700
commit5797467e6da346666381687971707b47ac9e933d (patch)
tree706eb338e50f1a9f028ed47ea78e10c369e68c45 /setup.py
parent6ff1bebe62e64093086d820a972920ecad2acae4 (diff)
downloaddnspython-1.11.1.tar.gz
prep 1.11.1v1.11.1
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 a6e45a2..d431c3e 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' : 'dnspython',