From 6913fd3e66ad2e13c66ec385750a3695c0395bbb Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Fri, 6 Feb 2009 04:29:49 +0000
Subject: [PATCH] Release 0.9.1

---
 pymilter.spec | 4 ++--
 setup.py      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pymilter.spec b/pymilter.spec
index e63f1c5..6448072 100644
--- a/pymilter.spec
+++ b/pymilter.spec
@@ -10,8 +10,8 @@
 
 Summary: Python interface to sendmail milter API
 Name: pymilter
-Version: 0.9.0
-Release: 5%{dist}
+Version: 0.9.1
+Release: 1%{dist}
 Source: http://downloads.sourceforge.net/pymilter/%{name}-%{version}.tar.gz
 Patch: %{name}-smutil.patch
 Patch1: %{name}-start.patch
diff --git a/setup.py b/setup.py
index 49b95c7..0addb98 100644
--- a/setup.py
+++ b/setup.py
@@ -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.0',
+setup(name = "pymilter", version = '0.9.1',
 	description="Python interface to sendmail milter API",
 	long_description="""\
 This is a python extension module to enable python scripts to
-- 
GitLab