Skip to content

Commit

Permalink
build: 🔖 Update post1-release
Browse files Browse the repository at this point in the history
Update pre-commit package to version 3.8.0 and setuptools package to version 72.0.0
  • Loading branch information
Anselmoo committed Jul 29, 2024
1 parent cdd9839 commit a62910f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SpectraFit"
version = "1.0.3.post0"
version = "1.0.3.post1"
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
readme = "README.md"
authors = ["Anselm Hahn <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spectrafit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
SpectraFit uses [Semantic Versioning](https://semver.org/).
"""

__version__ = "1.0.3.post0"
__version__ = "1.0.3.post1"

0 comments on commit a62910f

Please sign in to comment.