aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-07 00:57:44 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-07 00:57:44 +0000
commitbcb01613d0ede7a2bb3725a19ea6c10614bd5ccf (patch)
treeba95469a6256e4daf8905189642e00db9b6277cf /setup.py
parentd57987be0423cbb2980497981e7359cb57e2e019 (diff)
downloadarchivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.tar.gz
archivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.tar.bz2
archivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.zip
archivemail.py, setup.py, test_archivemail.py:
bumped version to 0.7.1, and updated copyright.
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 033a1b6..03f3495 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup
setup(name="archivemail",
- version="0.7.0",
+ version="0.7.1",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",