From: Bob Halley Date: Fri, 10 Dec 2010 17:54:56 +0000 (-0800) Subject: increment patch version X-Git-Tag: v1.9.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77fea6698bcca3dc2b1404a48d56f981fd6b84f;p=thirdparty%2Fdnspython.git increment patch version --- diff --git a/dns/version.py b/dns/version.py index fe0e3242..46799a77 100644 --- a/dns/version.py +++ b/dns/version.py @@ -17,7 +17,7 @@ MAJOR = 1 MINOR = 9 -MICRO = 2 +MICRO = 3 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 59bd0ebc..f84711f7 100755 --- 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',