Compare commits

..

2 Commits
devel ... main

Author SHA1 Message Date
Stefan Holst 3193df726f need 3.12 for generic types 1 week ago
Stefan Holst d247115744 for release 0.0.6 1 week ago
  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-2026, Stefan Holst'
copyright = '2020-2025, Stefan Holst'
author = 'Stefan Holst'
# The full version, including alpha/beta/rc tags
release = '0.0.7'
release = '0.0.6'
# -- General configuration ---------------------------------------------------

2
pyproject.toml

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

Loading…
Cancel
Save