From baf4485143f8522b4fe35b8192af8ed4f0bb36a3 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 1 Apr 2022 14:46:20 +0200 Subject: [PATCH] release of 2.0.1 --- riscemu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscemu/__init__.py b/riscemu/__init__.py index addc9cf..53c4f5c 100644 --- a/riscemu/__init__.py +++ b/riscemu/__init__.py @@ -25,4 +25,4 @@ from .parser import tokenize, parse_tokens, AssemblyFileLoader __author__ = "Anton Lydike " __copyright__ = "Copyright 2022 Anton Lydike" -__version__ = '2.0.0' +__version__ = '2.0.1'