Release 0.9.3

This commit is contained in:
Stuart Gathman
2009-08-21 18:55:34 +00:00
parent 99bf3209c6
commit 344ee43f22
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
Summary: Python interface to sendmail milter API
Name: pymilter
Version: 0.9.2
Release: 3%{dist}
Version: 0.9.3
Release: 1%{dist}
Source: http://downloads.sourceforge.net/pymilter/%{name}-%{version}.tar.gz
License: GPLv2+
Group: Development/Libraries
+1 -1
View File
@@ -17,7 +17,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None
# NOTE: importing Milter to obtain version fails when milter.so not built
setup(name = "pymilter", version = '0.9.2',
setup(name = "pymilter", version = '0.9.3',
description="Python interface to sendmail milter API",
long_description="""\
This is a python extension module to enable python scripts to