Browse Source

version bump

devel
Stefan Holst 2 weeks ago
parent
commit
f0b55eed27
  1. 4
      docs/conf.py
  2. 2
      pyproject.toml

4
docs/conf.py

@ -20,11 +20,11 @@ sys.path.insert(0, os.path.abspath('../src')) @@ -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 ---------------------------------------------------

2
pyproject.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[project]
name = "kyupy"
version = "0.0.6"
version = "0.0.7"
authors = [
{ name="Stefan Holst", email="mail@s-holst.de" },
]

Loading…
Cancel
Save