Bump version.

This commit is contained in:
Aldo Cortesi 2013-06-16 15:31:25 +12:00
parent 868d8278e6
commit 3defe0cbb1
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@
<h2>source</h2>
<ul>
<li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.tar.gz">pathod 0.9</a></li>
<li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.1.tar.gz">pathod 0.9.1</a></li>
<li>GitHub: <a href="http://github.com/cortesi/pathod">github.com/cortesi/pathod</a></li>
<li>GitHub: <a href="http://github.com/mitmproxy/pathod">github.com/cortesi/pathod</a></li>
</li>
</div>
</div>

View File

@ -1,4 +1,4 @@
IVERSION = (0, 9)
IVERSION = (0, 9, 1)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "pathod"
NAMEVERSION = NAME + " " + VERSION