From 436df364138e406d7a2ee75bdf450f4c48eec4e3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Oct 2007 17:33:39 +0000 Subject: [PATCH] version 0.4.9 --- 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 14f75833bb..dd2ab53f29 100644 --- a/src/libprs500/__init__.py +++ b/src/libprs500/__init__.py @@ -13,7 +13,7 @@ ## with this program; if not, write to the Free Software Foundation, Inc., ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ''' E-book management software''' -__version__ = "0.4.8" +__version__ = "0.4.9" __docformat__ = "epytext" __author__ = "Kovid Goyal " __appname__ = 'libprs500'