aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-09 14:54:54 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-09 14:54:54 +0000
commit0ae7edab8653677ca86ffabf72c37c625d9eb580 (patch)
tree1a3dabd664b4deed7e4c572d59de8912e03ad039 /setup.py
parent8cc36126ec26222a807df0dd73f0c678a1b03a1b (diff)
downloadarchivemail-0ae7edab8653677ca86ffabf72c37c625d9eb580.tar.gz
archivemail-0ae7edab8653677ca86ffabf72c37c625d9eb580.tar.bz2
archivemail-0ae7edab8653677ca86ffabf72c37c625d9eb580.zip
Bumped version to 0.7.2, and updated release info on the webpage.
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 03f3495..296c7d6 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.1",
+ version="0.7.2",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",