Bump version
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user