commit | 9bfcf84784bfe0fbbde12d1e99b0bd3833bb0c28 | [log] [tgz] |
---|---|---|
author | niemeyer | Sat Oct 11 21:11:44 2003 +0000 |
committer | niemeyer | Sat Oct 11 21:11:44 2003 +0000 |
tree | 189b0d4ce3615a40122cf88fcca14162b0c49816 | |
parent | d02467f22d5f34ecf3bc8693e967c2b9c86722c9 [diff] [blame] |
- Added a quick example at the documentation's top. - Updated version to 0.3.
diff --git a/setup.py b/setup.py index b542742..3fcbc52 100644 --- a/setup.py +++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup setup(name="python-dateutil", - version = "0.2", + version = "0.3", description = "Extensions to the standard python 2.3+ datetime module", author = "Gustavo Niemeyer", author_email = "niemeyer@conectiva.com",