From 7c8b58dea309e334dc67c34c4758ac318107cd18 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Tue, 7 May 2002 12:14:29 +0000 Subject: Fixed a bug where archivemail would abort if it got a date header with a completely blank value. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8c7a7f8..43743ec 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ check_python_version() # define & run this early - 'distutils.core' is new from distutils.core import setup setup(name="archivemail", - version="0.4.6", + version="0.4.7", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", -- cgit v1.2.3