From a966a496d0f80c246aae46402760e6eb0618b623 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Mon, 21 Oct 2019 14:07:41 +0100 Subject: [PATCH] Bump version number. --- README.md | 2 +- bin/sixtypical | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:])