Bump version

This commit is contained in:
Jakob Lass
2025-08-21 11:43:49 +02:00
parent 4f6e75915a
commit 21fa774c95
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools >= 77.0.3"] requires = ["setuptools"]# >= 77.0.3"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools] [tool.setuptools]
@@ -8,7 +8,7 @@ package-dir = {"" = "src"}
[project] [project]
name = "AMBER-ds4ms" name = "AMBER-ds4ms"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"numpy>=1.14", "numpy>=1.14",
"scipy>=1.7", "scipy>=1.7",
@@ -27,7 +27,7 @@ maintainers = [
] ]
description = "AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence" description = "AMBER: Algorithm for Multiplexing spectrometer Background Estimation with Rotation-independence"
readme = "README.md" readme = "README.md"
license-files = ["LICENSE"] #license-files = ["LICENSE"]
keywords = ["Machine Learning", "Signal Segmentation", "Background Determination"] keywords = ["Machine Learning", "Signal Segmentation", "Background Determination"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",

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 = '1.0.0' release = '1.0.1'
# -- 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