summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorniemeyer <>2005-07-19 23:35:26 +0000
committerniemeyer <>2005-07-19 23:35:26 +0000
commit38fbb77209f2fdd263fc08c3bb48e8e7fc091b64 (patch)
tree9d5e35fb83aaeae695865d63fee331e31c26cd03 /setup.py
parent0836008ee105c9cca23977a33b3d498dc2143611 (diff)
downloaddateutil-git-38fbb77209f2fdd263fc08c3bb48e8e7fc091b64.tar.gz
- Updating version to 1.0.
- Adding tests for internal zoneinfo timezone.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 28b2c1c..2bee531 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ if os.path.isfile("MANIFEST"):
PYTHONLIB = get_python_lib(1)
setup(name="python-dateutil",
- version = "0.9",
+ version = "1.0",
description = "Extensions to the standard python 2.3+ datetime module",
author = "Gustavo Niemeyer",
author_email = "niemeyer@conectiva.com",