Oops.. version 1.1 was still unreleased.
diff --git a/setup.py b/setup.py
index cfd1f44..df1a252 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 ZONEINFO = join("dateutil", "zoneinfo")
 
 setup(name="python-dateutil",
-      version = "1.2",
+      version = "1.1",
       description = "Extensions to the standard python 2.3+ datetime module",
       author = "Gustavo Niemeyer",
       author_email = "gustavo@niemeyer.net",