aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-13 11:36:32 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-13 11:36:32 +0000
commitba5426db3f92f08c2b86564c076a9f99f86f4efd (patch)
tree25be77b876e57f73330a20dc1191cd40affa126d /setup.py
parentd7bd2d407cd31e06f0b4e8b58b099e1f69e49ff0 (diff)
downloadarchivemail-ba5426db3f92f08c2b86564c076a9f99f86f4efd.tar.gz
archivemail-ba5426db3f92f08c2b86564c076a9f99f86f4efd.tar.bz2
archivemail-ba5426db3f92f08c2b86564c076a9f99f86f4efd.zip
Added a lot more documentation, fixed up usage messages and expanded a lot
on the man page.
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 60c27c4..eb50fe6 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ check_python_version() # define & run this early because 'distutils.core' is ne
from distutils.core import setup
setup(name="archivemail",
- version="0.3.1",
+ version="0.3.2",
description="archive and compress old email",
platforms="POSIX",
license="GNU GPL",