From 21fa774c958b2ac07a7f4cd523ca79388816ba63 Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Thu, 21 Aug 2025 11:43:49 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 6 +++--- source/conf.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9945584..17b03c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 77.0.3"] +requires = ["setuptools"]# >= 77.0.3"] build-backend = "setuptools.build_meta" [tool.setuptools] @@ -8,7 +8,7 @@ package-dir = {"" = "src"} [project] name = "AMBER-ds4ms" -version = "1.0.0" +version = "1.0.1" dependencies = [ "numpy>=1.14", "scipy>=1.7", @@ -27,7 +27,7 @@ maintainers = [ ] description = "AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence" readme = "README.md" -license-files = ["LICENSE"] +#license-files = ["LICENSE"] keywords = ["Machine Learning", "Signal Segmentation", "Background Determination"] classifiers = [ "Development Status :: 4 - Beta", diff --git a/source/conf.py b/source/conf.py index 174c2dc..86f291e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -9,7 +9,7 @@ project = 'AMBER' copyright = '2025, J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone' author = 'J. Lass, V. Cohen, B. B. Haro, & D. G. Mazzone' -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration