From 6185fb4e9e3d3e654ad9f6325da0f4886013dda6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 4 Sep 2010 23:05:16 +0200 Subject: dnspython: Update to latest upstream. --- 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 12fd2f1dc6..21ebddfb59 100755 --- a/lib/dnspython/setup.py +++ b/lib/dnspython/setup.py @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.8.0' +version = '1.8.1' kwargs = { 'name' : 'dnspython', -- cgit