Skip to content

Commit

Permalink
Merge pull request #1451 from Anselmoo/feature/post-release
Browse files Browse the repository at this point in the history
build: 🔖 Update to post-release
  • Loading branch information
Anselmoo authored Jul 28, 2024
2 parents f72d2a2 + 4cacaa5 commit 4adb8fe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
20 changes: 19 additions & 1 deletion poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SpectraFit"
version = "1.0.3"
version = "1.0.3.post0"
description = "Fast fitting of 2D- and 3D-Spectra with established routines"
readme = "README.md"
authors = ["Anselm Hahn <[email protected]>"]
Expand Down Expand Up @@ -94,7 +94,10 @@ mypy = "^1.9.0"
black = { extras = ["jupyter"], version = "^24.0" }
blacken-docs = "^1.12.1"
isort = "^5.13.2"
pre-commit = "^3.2.0"
pre-commit = [
{ version = "<=3.7.1", markers = "python_version < '3.9'" },
{ version = "^3.7.1", markers = "python_version >= '3.9'" },
]
pytest = ">=7.1.3,<9.0.0"
pytest-clarity = "^1.0.1"
pytest-cov = ">=3,<6"
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"
__version__ = "1.0.3.post0"

0 comments on commit 4adb8fe

Please sign in to comment.