mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-07 09:17:42 +08:00
5 lines
118 B
Python
5 lines
118 B
Python
IVERSION = (0, 11)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|
|
NAME = "mitmproxy"
|
|
NAMEVERSION = NAME + " " + VERSION
|