bump version for next release cycle

This commit is contained in:
Maximilian Hils 2016-12-27 19:32:00 +01:00
parent 7221f49b25
commit e531a97a8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
IVERSION = (1, 0, 1)
IVERSION = (2, 0, 0)
VERSION = ".".join(str(i) for i in IVERSION)
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION