aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-10-30 23:51:08 +0000
committerPaul Rodger <paul@paulrodger.com>2002-10-30 23:51:08 +0000
commit799f4affcd55cd01a019c45ce06b0c8dc45e3978 (patch)
tree456601d3959d2ae140cb7c8e71873b5879ff8b05 /setup.py
parent6a91347b880179436b25b24a55421cb8816c3718 (diff)
downloadarchivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.tar.gz
archivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.tar.bz2
archivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.zip
Removed a test rule that says we can confidently archive messages
older than the unix epoch. (New versions of python return OverFlow error instead)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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/",