aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2010-09-30 21:50:45 +0200
committerNikolaus Schulz <microschulz@web.de>2010-09-30 22:12:30 +0200
commit45f82b721813d430aaf58df435e8b1297d0d6365 (patch)
tree8f63aa9633ee33384fc62f88e1830b7574b5d180 /setup.py
parenteb8bc7a4ec1b5ca19a4b50040d96eb8b1024fd34 (diff)
downloadarchivemail-45f82b721813d430aaf58df435e8b1297d0d6365.tar.gz
archivemail-45f82b721813d430aaf58df435e8b1297d0d6365.tar.bz2
archivemail-45f82b721813d430aaf58df435e8b1297d0d6365.zip
Update changelog and prepare 0.8.1 release
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 53a3c13..20b5eed 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup
setup(name="archivemail",
- version="0.8.0",
+ version="0.8.1",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",