aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-05-06 03:06:40 +0000
committerPaul Rodger <paul@paulrodger.com>2002-05-06 03:06:40 +0000
commite4adb7b2228533cde7936b44b5d61e422c81bb6b (patch)
treee16ff77acbd4dfd875d605901cf1162a4eecf8b1 /setup.py
parent7187dd8f6fc3c798958d3fbbaa842edc8276c873 (diff)
downloadarchivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.tar.gz
archivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.tar.bz2
archivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.zip
Fixed a bug where the os.rename() calls could fail if we are moving files
between partitions.
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 edfaf21..8c7a7f8 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.5",
+ version="0.4.6",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",