From e4adb7b2228533cde7936b44b5d61e422c81bb6b Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Mon, 6 May 2002 03:06:40 +0000 Subject: Fixed a bug where the os.rename() calls could fail if we are moving files between partitions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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/", -- cgit v1.2.3