From 3939c4851857a3691ea7d6689009d633769af642 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Sun, 15 Sep 2002 06:14:57 +0000 Subject: Fixed a bug where mailbox locking would fail under Solaris, also fixed a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail. Removed another assert() statement that would crash on the unix epoch. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 913c7a3..e2730d7 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.9", + version="0.5.0", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", -- cgit v1.2.3