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:
Ryan Williams
2010-10-22 12:32:00 -07:00
parent 0c3f276977
commit d10ed20586
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

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