mitmproxy/libmproxy/version.py

3 lines
63 B
Python
Raw Normal View History

IVERSION = (0, 6)
VERSION = ".".join(str(i) for i in IVERSION)