Preparing to release 1.1.
diff --git a/setup.py b/setup.py
index 2bee531..f30f0e4 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
 PYTHONLIB = get_python_lib(1)
 
 setup(name="python-dateutil",
-      version = "1.0",
+      version = "1.1",
       description = "Extensions to the standard python 2.3+ datetime module",
       author = "Gustavo Niemeyer",
       author_email = "niemeyer@conectiva.com",