summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorniemeyer <>2003-10-11 21:11:44 +0000
committerniemeyer <>2003-10-11 21:11:44 +0000
commit9bfcf84784bfe0fbbde12d1e99b0bd3833bb0c28 (patch)
tree189b0d4ce3615a40122cf88fcca14162b0c49816 /setup.py
parentd02467f22d5f34ecf3bc8693e967c2b9c86722c9 (diff)
downloaddateutil-git-9bfcf84784bfe0fbbde12d1e99b0bd3833bb0c28.tar.gz
- Added a quick example at the documentation's top.
- Updated version to 0.3.
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 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",