pre-release 2.0.0a4
This commit is contained in:
parent
4004c5ee6d
commit
663721b306
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ __pycache__
|
||||
.mypy_cache
|
||||
dist/
|
||||
riscemu.egg-info
|
||||
build/
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user