From d18843a88bebee35f29be66ddfb6c59a37b71d5c Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Thu, 31 Mar 2022 22:49:45 +0200 Subject: [PATCH] release of 2.0.0 --- riscemu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscemu/__init__.py b/riscemu/__init__.py index 6e67892..addc9cf 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.0a4' +__version__ = '2.0.0'