bump version

This commit is contained in:
Maximilian Hils
2014-11-14 16:18:05 +01:00
parent be449b7129
commit afc6ef99ea

View File

@@ -1,4 +1,4 @@
IVERSION = (0, 11)
IVERSION = (0, 11, 1)
VERSION = ".".join(str(i) for i in IVERSION)
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
NAME = "mitmproxy"