Browse Source

version bump

devel
Stefan Holst 3 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'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'KyuPy' project = 'KyuPy'
copyright = '2020-2025, Stefan Holst' copyright = '2020-2026, Stefan Holst'
author = 'Stefan Holst' author = 'Stefan Holst'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.0.6' release = '0.0.7'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

2
pyproject.toml

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

Loading…
Cancel
Save