git @ Cat's Eye Technologies SixtyPical / 58dc68f
Merge branch 'develop-0.21' into construct-callgraph Chris Pressey 5 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 SixtyPical
11 ==========
22
3 _Version 0.20. Work-in-progress, everything is subject to change._
3 _Version 0.21. Work-in-progress, everything is subject to change._
44
55 **SixtyPical** is a [low-level](#low-level) programming language
66 supporting a sophisticated [static analysis](#static-analysis).
196196 argparser.add_argument(
197197 "--version",
198198 action="version",
199 version="%(prog)s 0.20"
199 version="%(prog)s 0.21"
200200 )
201201
202202 options, unknown = argparser.parse_known_args(sys.argv[1:])