updated version to 2.0.0a2
This commit is contained in:
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…
Reference in New Issue
Block a user