Bumping to dev revision, adding link to pypi overview page from index because I wanted to not have to type it in ever again.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
easy_install eventlet
|
||||
</pre></p>
|
||||
|
||||
<p>Alternately, you can download the source tarball:
|
||||
<p>Alternately, you can download the source tarball from <a href="http://pypi.python.org/pypi/eventlet/">PyPi</a>:
|
||||
<ul>
|
||||
<li><a href="http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.13.tar.gz">eventlet-0.9.13.tar.gz</a></li>
|
||||
</ul>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version_info = (0, 9, 13)
|
||||
version_info = (0, 9, 14, "dev")
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user