Skip to content

Commit 3a3f8a0

Browse files
committed
release: bump to version 1.5.0
End of Lifetime for v1
1 parent d298004 commit 3a3f8a0

3 files changed

Lines changed: 2603 additions & 1504 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "SpectraFit"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
55
authors = [{ name = "Anselm Hahn", email = "anselm.hahn@gmail.com" }]
66
requires-python = ">=3.9,<3.14"

spectrafit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
stacklevel=2,
4444
)
4545

46-
__version__ = "1.4.2"
46+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)