0.12.1 release - just rebuild to fix .egg-info/* permissions

This commit is contained in:
Sergey Shepelev
2013-01-26 05:04:20 +04:00
parent fb1a651ddf
commit 6ecc751ab6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ easy_install eventlet
<p>Alternately, you can download the source tarball from <a href="https://pypi.python.org/pypi/eventlet/">PyPi</a>:
<ul>
<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.12.0.tar.gz">eventlet-0.12.0.tar.gz</a></li>
<li><a href="https://pypi.python.org/packages/source/e/eventlet/eventlet-0.12.1.tar.gz">eventlet-0.12.1.tar.gz</a></li>
</ul>
</p>

View File

@@ -1,4 +1,4 @@
version_info = (0, 13, 0, "dev")
version_info = (0, 12, 1)
__version__ = ".".join(map(str, version_info))
try: