commit | 4da06a4a0d72568fb1f8f640aebacf87b4c30ce0 | [log] [tgz] |
---|---|---|
author | niemeyer | Fri Jul 16 21:21:22 2004 +0000 |
committer | niemeyer | Fri Jul 16 21:21:22 2004 +0000 |
tree | 58fac78309b886afe7a25c5976f20d92bd0dbbdf | |
parent | 2cf0ef187b382c22737443e036e5eb7244bea423 [diff] [blame] |
- Removed FREQ_ prefix from frequency constants.
diff --git a/setup.py b/setup.py index bedc685..bcf8029 100644 --- a/setup.py +++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup setup(name="python-dateutil", - version = "0.4", + version = "0.5", description = "Extensions to the standard python 2.3+ datetime module", author = "Gustavo Niemeyer", author_email = "niemeyer@conectiva.com",