summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-06-19 16:08:10 +0100
committerBob Halley <halley@nominum.com>2009-06-19 16:08:10 +0100
commita8f2b17679dade5ec1596cf12c2eb008e151bf47 (patch)
treed9554538e6106eea22fc3382caf82f0f413e197e /setup.py
parent276060cbbca5f05098d270e69f0b3868f2288450 (diff)
downloaddnspython-a8f2b17679dade5ec1596cf12c2eb008e151bf47.tar.gz
update for 1.7.1v1.7.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 d5f55cf..be090b4 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.7.0'
+version = '1.7.1'
kwargs = {
'name' : 'dnspython',