summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-01-26 16:53:30 -0800
committerBob Halley <halley@nominum.com>2010-01-26 16:53:30 -0800
commitbfb50a60550f8bde8f6e731d537891e78a29aaa5 (patch)
tree40a1fb91582c075a3730ed9749e55b9b7addeb65 /setup.py
parentbf5391e581ece130e7ceb1c338d694ef367fa724 (diff)
downloaddnspython-bfb50a60550f8bde8f6e731d537891e78a29aaa5.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 12fd2f1..21ebddf 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import sys
from distutils.core import setup
-version = '1.8.0'
+version = '1.8.1'
kwargs = {
'name' : 'dnspython',