mitmproxy/libmproxy/version.py
Aldo Cortesi 46ec8f52e7 Prep for 0.5 release
- Update CHANGELOG and CONTRIBUTORS
- Bump version
- Include Apple Gamecenter highscore setting tutorial in docs
2011-06-27 16:38:00 +12:00

3 lines
65 B
Python

IVERSION = (0, 5)
VERSION = ".".join([str(i) for i in IVERSION])