summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorniemeyer <>2005-10-25 14:19:39 +0000
committerniemeyer <>2005-10-25 14:19:39 +0000
commit176bf8cc89c53d6cc46dc9446902603eae1bc7f0 (patch)
treecce10961436cf347ef6d7e3e3301552e67bf89dc /setup.py
parent328d6ce6b9a14bf9cc2df23453b814dea7fd3f54 (diff)
downloaddateutil-176bf8cc89c53d6cc46dc9446902603eae1bc7f0.tar.gz
Preparing to release 1.1.
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 2bee531..f30f0e4 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 = "1.0",
+ version = "1.1",
description = "Extensions to the standard python 2.3+ datetime module",
author = "Gustavo Niemeyer",
author_email = "niemeyer@conectiva.com",