aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-05-07 12:14:29 +0000
committerPaul Rodger <paul@paulrodger.com>2002-05-07 12:14:29 +0000
commit7c8b58dea309e334dc67c34c4758ac318107cd18 (patch)
treea9fc672f20c9b1dd79be0cb6b917b50d6dde6aa1 /setup.py
parente4adb7b2228533cde7936b44b5d61e422c81bb6b (diff)
downloadarchivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.tar.gz
archivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.tar.bz2
archivemail-7c8b58dea309e334dc67c34c4758ac318107cd18.zip
Fixed a bug where archivemail would abort if it got a date header
with a completely blank value.
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 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/",