aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorniemeyer <>2006-10-25 17:16:42 +0000
committerniemeyer <>2006-10-25 17:16:42 +0000
commit82b1e43e0954536898f40e59027e17b875f958fb (patch)
treece3741d196b78b64d6c5915883c691a9418a0311 /setup.py
parentf79a132d368167e989e1fd9d25a7f75c3cdace51 (diff)
downloaddateutil-82b1e43e0954536898f40e59027e17b875f958fb.tar.gz
Preparing for 1.2.
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 17345e5..0f76991 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
ZONEINFO = join("dateutil", "zoneinfo")
setup(name="python-dateutil",
- version = "1.1",
+ version = "1.2",
description = "Extensions to the standard python 2.3+ datetime module",
author = "Gustavo Niemeyer",
author_email = "gustavo@niemeyer.net",