diff --git a/docs/conf.py b/docs/conf.py index cfdc834..cd421f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,11 +20,11 @@ sys.path.insert(0, os.path.abspath('../src')) # -- Project information ----------------------------------------------------- project = 'KyuPy' -copyright = '2020-2025, Stefan Holst' +copyright = '2020-2026, Stefan Holst' author = 'Stefan Holst' # The full version, including alpha/beta/rc tags -release = '0.0.6' +release = '0.0.7' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ec854c2..6b3b8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kyupy" -version = "0.0.6" +version = "0.0.7" authors = [ { name="Stefan Holst", email="mail@s-holst.de" }, ]