From 42e75a1b6b23126f915adef181a8b204273490c9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 May 2007 05:45:28 +0000 Subject: [PATCH] version bump --- src/libprs500/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libprs500/__init__.py b/src/libprs500/__init__.py index 0bca0c2116..916d498c6d 100644 --- a/src/libprs500/__init__.py +++ b/src/libprs500/__init__.py @@ -33,7 +33,7 @@ You may have to adjust the GROUP and the location of the rules file to suit your distribution. """ -__version__ = "0.3.20" +__version__ = "0.3.21" __docformat__ = "epytext" __author__ = "Kovid Goyal "