From eb780473bcef6052ef937ab66fc2cd2f4faeb154 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 2 Sep 2005 05:23:22 +0000 Subject: inc version number Original author: Bob Halley Date: 2004-08-07 18:55:46 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 40798ee..22bd6d3 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup( name = "dnspython", - version = "1.3.2", + version = "1.3.3", description = "DNS toolkit", long_description = \ """dnspython is a DNS toolkit for Python. It supports almost all -- cgit v1.2.1