diff --git a/AUTHORS b/AUTHORS index 1b6d574..f921e4e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Contributors * Patrick Carlisle * Brantley Harris * Gregory Holt +* Joe Malicki * Chet Murthy * Eugene Oden * radix diff --git a/doc/real_index.html b/doc/real_index.html index 3be82f5..fad3ad0 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -41,7 +41,7 @@ easy_install eventlet
Alternately, you can download the source tarball:
diff --git a/eventlet/__init__.py b/eventlet/__init__.py index e82a15a..b70405e 100644 --- a/eventlet/__init__.py +++ b/eventlet/__init__.py @@ -1,4 +1,4 @@ -version_info = (0, 9, 6, "dev1") +version_info = (0, 9, 6) __version__ = ".".join(map(str, version_info)) try: