aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--netlib/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 958a0302..972e03b8 100644
--- a/README
+++ b/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.
+
diff --git a/netlib/version.py b/netlib/version.py
index 1c4a4b66..20460ad5 100644
--- a/netlib/version.py
+++ b/netlib/version.py
@@ -1,4 +1,4 @@
-IVERSION = (0, 1)
+IVERSION = (0, 2)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "netlib"
NAMEVERSION = NAME + " " + VERSION