From 663721b30628c62d7a83d4dcf1dae92abc27e8a4 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Mon, 28 Mar 2022 00:04:50 +0200 Subject: [PATCH] pre-release 2.0.0a4 --- .gitignore | 1 + riscemu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5fe8770..8834265 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ .mypy_cache dist/ riscemu.egg-info +build/ diff --git a/riscemu/__init__.py b/riscemu/__init__.py index 0e6d850..6e67892 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.0a3' +__version__ = '2.0.0a4'