Preparing to release 0.2.
diff --git a/README b/README
index 98a9e49..b87d9b9 100644
--- a/README
+++ b/README
@@ -36,8 +36,8 @@
 
 == Download ==
 The following files are available.
-  * attachment:python-dateutil-0.1.tar.bz2
-  * attachment:python-dateutil-0.1-1cl.noarch.rpm
+  * attachment:python-dateutil-0.2.tar.bz2
+  * attachment:python-dateutil-0.2-1cl.noarch.rpm
 
 == Author ==
 The dateutil module was written by GustavoNiemeyer <niemeyer@conectiva.com>.
diff --git a/setup.py b/setup.py
index 250c3e0..b542742 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 from distutils.core import setup
 
 setup(name="python-dateutil",
-      version = "0.1",
+      version = "0.2",
       description = "Extensions to the standard python 2.3+ datetime module",
       author = "Gustavo Niemeyer",
       author_email = "niemeyer@conectiva.com",