diff options
| author | niemeyer <> | 2005-07-19 23:35:26 +0000 |
|---|---|---|
| committer | niemeyer <> | 2005-07-19 23:35:26 +0000 |
| commit | 38fbb77209f2fdd263fc08c3bb48e8e7fc091b64 (patch) | |
| tree | 9d5e35fb83aaeae695865d63fee331e31c26cd03 /setup.py | |
| parent | 0836008ee105c9cca23977a33b3d498dc2143611 (diff) | |
| download | dateutil-git-38fbb77209f2fdd263fc08c3bb48e8e7fc091b64.tar.gz | |
- Updating version to 1.0.
- Adding tests for internal zoneinfo timezone.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
