]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
inc version
authorBob Halley <halley@nominum.com>
Wed, 27 Jan 2010 00:53:30 +0000 (16:53 -0800)
committerBob Halley <halley@nominum.com>
Wed, 27 Jan 2010 00:53:30 +0000 (16:53 -0800)
dns/version.py
setup.py

index 7a36775180e72da89149c8cde3f40985d58b111d..dd135a13e520b952b784b4ffb1f3e0d7b9623a01 100644 (file)
@@ -17,7 +17,7 @@
 
 MAJOR = 1
 MINOR = 8
-MICRO = 0
+MICRO = 1
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index 12fd2f1dc661e95f36f6d86d506db374175c56da..21ebddfb5921eb00dc3c13bb81cd150615710b63 100755 (executable)
--- 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',