From b5ebe13528cdfe454438e4da6b3d76a3dda2ed1f Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 27 Jan 2023 16:16:30 +0000 Subject: [PATCH] release 2.0.5 --- riscemu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscemu/__init__.py b/riscemu/__init__.py index afec2ba..c2904c0 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.4' +__version__ = '2.0.5'