From 799f4affcd55cd01a019c45ce06b0c8dc45e3978 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Wed, 30 Oct 2002 23:51:08 +0000 Subject: Removed a test rule that says we can confidently archive messages older than the unix epoch. (New versions of python return OverFlow error instead) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 07f3628..dfb5e79 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.6.0", + version="0.6.1", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", -- cgit v1.2.3