summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-06-23 18:23:19 +0100
committerBob Halley <halley@nominum.com>2009-06-23 18:23:19 +0100
commit1451d63c171e1735aa5694b2dc7e400c5c0263d2 (patch)
treec0f67da794c7a72e84f02438ba22d37aefda61d5 /setup.py
parenta8f2b17679dade5ec1596cf12c2eb008e151bf47 (diff)
downloaddnspython-1451d63c171e1735aa5694b2dc7e400c5c0263d2.tar.gz
Inc version
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 be090b4..9ba2362 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.7.1'
+version = '1.7.2'
kwargs = {
'name' : 'dnspython',