updated version to 2.0.0a2

assembly-parser-rework
Anton Lydike 3 years ago
parent 61540dfcb7
commit 57f827ba6a

@ -24,5 +24,5 @@ from .config import RunConfig
from .parser import tokenize, parse_tokens, AssemblyFileLoader
__author__ = "Anton Lydike <Anton@Lydike.com>"
__copyright__ = "Copyright 2021 Anton Lydike"
__version__ = '2.0.0a1'
__copyright__ = "Copyright 2022 Anton Lydike"
__version__ = '2.0.0a2'

@ -28,7 +28,7 @@ copyright = '2022, Anton Lydike'
author = 'Anton Lydike'
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '2.0.0a2'
# -- General configuration ---------------------------------------------------

Loading…
Cancel
Save