diff --git a/auraxium/__init__.py b/auraxium/__init__.py index 0040187..9af420f 100644 --- a/auraxium/__init__.py +++ b/auraxium/__init__.py @@ -34,4 +34,4 @@ ] __author__ = 'Leonhard S.' -__version__ = '0.1.0a5' +__version__ = '0.2.0b1' diff --git a/docs/conf.py b/docs/conf.py index 65ad33f..65439a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ # -- Project information ----------------------------------------------------- project = 'Auraxium' -copyright = '2020, Leonhard S.' +copyright = '2021, Leonhard S.' author = 'Leonhard S.' version = auraxium.__version__