Bump version.

This commit is contained in:
Aldo Cortesi 2012-07-29 15:53:42 +12:00
parent 728ef107a0
commit 4fb5d15f14
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -8,3 +8,4 @@ servers are implemented to allow misbehaviour when needed.
At this point, I have no plans to make netlib useful beyond mitmproxy and
pathod. Please get in touch if you think parts of netlib might have broader
utility.

View File

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