summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-04-12 01:35:57 +0100
committerBob Halley <halley@nominum.com>2009-04-12 01:35:57 +0100
commit5d8708c31fdbd5a16d3b4d48c2a2f6d70eb36c82 (patch)
tree5e20f5af98ae88378f072e15b8d4b4fb21bc27a1 /setup.py
parent636966b5c99aac056a981bac62bd18af7f2b1250 (diff)
downloaddnspython-5d8708c31fdbd5a16d3b4d48c2a2f6d70eb36c82.tar.gz
Update version to 1.7.0
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 84f0722..2f1817a 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.6.0'
+version = '1.7.0'
kwargs = {
'name' : 'dnspython',