diff options
author | niemeyer <> | 2006-10-25 17:16:42 +0000 |
---|---|---|
committer | niemeyer <> | 2006-10-25 17:16:42 +0000 |
commit | 82b1e43e0954536898f40e59027e17b875f958fb (patch) | |
tree | ce3741d196b78b64d6c5915883c691a9418a0311 /setup.py | |
parent | f79a132d368167e989e1fd9d25a7f75c3cdace51 (diff) | |
download | dateutil-git-82b1e43e0954536898f40e59027e17b875f958fb.tar.gz |
Preparing for 1.2.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |