]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
increment patch version
authorBob Halley <halley@nominum.com>
Fri, 10 Dec 2010 17:54:56 +0000 (09:54 -0800)
committerBob Halley <halley@nominum.com>
Fri, 10 Dec 2010 17:54:56 +0000 (09:54 -0800)
dns/version.py
setup.py

index fe0e324217be94fddf9604d2c16d0fcd9bfaa1f2..46799a77d97ead5836f1de56b44349784b78ecfd 100644 (file)
@@ -17,7 +17,7 @@
 
 MAJOR = 1
 MINOR = 9
-MICRO = 2
+MICRO = 3
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index 59bd0ebc952d748e2b76b5f5618d9f8df8433259..f84711f795b50792b8b911dba20e74d5def20ee7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.9.2'
+version = '1.9.3'
 
 kwargs = {
     'name' : 'dnspython',