summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-11-23 08:13:19 +0000
committerBob Halley <halley@nominum.com>2010-11-23 08:13:19 +0000
commit32322f9df8f413b0bcbbd4aca0152c5add088147 (patch)
tree66ec0f078525b59b6ec53773ca5e400cb75b58f6 /setup.py
parent1cedfbec964a132f655fa5ce66f1d553ba758fc1 (diff)
downloaddnspython-1.9.2.tar.gz
Fix DNSSEC imports, again!v1.9.2
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 01fddf7..59bd0eb 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.9.1'
+version = '1.9.2'
kwargs = {
'name' : 'dnspython',