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