We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d298004 commit 3a3f8a0Copy full SHA for 3a3f8a0
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "SpectraFit"
3
-version = "1.4.2"
+version = "1.5.0"
4
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
5
authors = [{ name = "Anselm Hahn", email = "anselm.hahn@gmail.com" }]
6
requires-python = ">=3.9,<3.14"
spectrafit/__init__.py
@@ -43,4 +43,4 @@
43
stacklevel=2,
44
)
45
46
-__version__ = "1.4.2"
+__version__ = "1.5.0"
0 commit comments