From e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Dec 2010 02:31:40 +0100 Subject: dnspython: Merge in new upstream. Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104 --- lib/dnspython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dnspython/setup.py') diff --git a/lib/dnspython/setup.py b/lib/dnspython/setup.py index 59bd0ebc95..f84711f795 100755 --- a/lib/dnspython/setup.py +++ b/lib/dnspython/setup.py @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.9.2' +version = '1.9.3' kwargs = { 'name' : 'dnspython', -- cgit