Skip to content

Commit a62910f

Browse files
committed
build: 🔖 Update post1-release
Update pre-commit package to version 3.8.0 and setuptools package to version 72.0.0
1 parent cdd9839 commit a62910f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SpectraFit"
3-
version = "1.0.3.post0"
3+
version = "1.0.3.post1"
44
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
55
readme = "README.md"
66
authors = ["Anselm Hahn <[email protected]>"]

spectrafit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
SpectraFit uses [Semantic Versioning](https://semver.org/).
66
"""
77

8-
__version__ = "1.0.3.post0"
8+
__version__ = "1.0.3.post1"

0 commit comments

Comments
 (0)