Bump version
Some checks failed
Gitea Actions Demo / build_test (3.12.10) (push) Successful in 18s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 18s
Gitea Actions Demo / build_test (3.10.17) (push) Failing after 41s
Gitea Actions Demo / build_test (3.9.22) (push) Failing after 31s
Gitea Actions Demo / build_test (3.11.12) (push) Successful in 41s
Release workflow / single_test (3.13.3) (release) Successful in 13s
Release workflow / Build wheels for PyPI (3.13.3) (release) Successful in 15s

This commit is contained in:
Jakob Lass
2025-07-14 13:07:24 +02:00
parent e4c6c1ea29
commit c611a818b6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ package-dir = {"" = "src"}
[project] [project]
name = "AMBER-ds4ms" name = "AMBER-ds4ms"
version = "0.0.4" version = "0.0.5"
dependencies = [ dependencies = [
"numpy>=1.14", "numpy>=1.14",
"scipy>=1.7", "scipy>=1.7",

View File

@@ -9,7 +9,7 @@
project = 'AMBER' project = 'AMBER'
copyright = '2025, J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone' copyright = '2025, J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone'
author = 'J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone' author = 'J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone'
release = '0.0.4' release = '0.0.5'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration