mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 03:07:18 +00:00
4 lines
117 B
Python
4 lines
117 B
Python
IVERSION = (0, 9)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|
|
NAME = "mitmproxy"
|
|
NAMEVERSION = NAME + " " + VERSION
|