mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
- Update CHANGELOG and CONTRIBUTORS - Bump version - Include Apple Gamecenter highscore setting tutorial in docs
2 lines
65 B
Python
2 lines
65 B
Python
IVERSION = (0, 5)
|
|
VERSION = ".".join([str(i) for i in IVERSION])
|