Bump version.
This commit is contained in:
parent
728ef107a0
commit
4fb5d15f14
1
README
1
README
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
IVERSION = (0, 1)
|
||||
IVERSION = (0, 2)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
NAME = "netlib"
|
||||
NAMEVERSION = NAME + " " + VERSION
|
||||
|
|
Loading…
Reference in New Issue