diff --git a/setup.py b/setup.py index 7f1c3cd..d8cd432 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "0.1.8" +__version__ = "0.2.0" with open("README.md", "r") as fh: long_description = fh.read() diff --git a/sphinx/conf.py b/sphinx/conf.py index 74648d8..a397e06 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -26,7 +26,7 @@ copyright = f"2024 - Bayer AG - {author}" # The full version, including alpha/beta/rc tags -release = "0.1.8" +release = "0.2.0" # -- General configuration ---------------------------------------------------