pre-release 2.0.0a4

This commit is contained in:
Anton Lydike 2022-03-28 00:04:50 +02:00
parent 4004c5ee6d
commit 663721b306
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ __pycache__
.mypy_cache
dist/
riscemu.egg-info
build/

View File

@ -25,4 +25,4 @@ from .parser import tokenize, parse_tokens, AssemblyFileLoader
__author__ = "Anton Lydike <Anton@Lydike.com>"
__copyright__ = "Copyright 2022 Anton Lydike"
__version__ = '2.0.0a3'
__version__ = '2.0.0a4'