diff --git a/README.md b/README.md index ab177fc..a396a6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SixtyPical ========== -_Version 0.20. Work-in-progress, everything is subject to change._ +_Version 0.21. Work-in-progress, everything is subject to change._ **SixtyPical** is a [low-level](#low-level) programming language supporting a sophisticated [static analysis](#static-analysis). diff --git a/bin/sixtypical b/bin/sixtypical index c847389..3eade0d 100755 --- a/bin/sixtypical +++ b/bin/sixtypical @@ -185,7 +185,7 @@ if __name__ == '__main__': argparser.add_argument( "--version", action="version", - version="%(prog)s 0.20" + version="%(prog)s 0.21" ) options, unknown = argparser.parse_known_args(sys.argv[1:])