diff --git a/riscemu/__init__.py b/riscemu/__init__.py index dc78b53..013d75e 100644 --- a/riscemu/__init__.py +++ b/riscemu/__init__.py @@ -24,5 +24,5 @@ from .config import RunConfig from .parser import tokenize, parse_tokens, AssemblyFileLoader __author__ = "Anton Lydike " -__copyright__ = "Copyright 2021 Anton Lydike" -__version__ = '2.0.0a1' +__copyright__ = "Copyright 2022 Anton Lydike" +__version__ = '2.0.0a2' diff --git a/sphinx-docs/source/conf.py b/sphinx-docs/source/conf.py index c2b68af..37d8b00 100644 --- a/sphinx-docs/source/conf.py +++ b/sphinx-docs/source/conf.py @@ -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 ---------------------------------------------------