Skip to content

Commit

Permalink
Merge pull request #922 from Anselmoo/release/v0.22.0
Browse files Browse the repository at this point in the history
build: 🔖 v0.22.0
  • Loading branch information
Anselmoo authored Jul 28, 2023
2 parents b931bdf + 1ddd1fd commit 299d918
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 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 = "0.21.1"
version = "0.22.0"
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
@@ -1,2 +1,2 @@
"""SpectraFit, fast command line tool for fitting data."""
__version__ = "0.21.q"
__version__ = "0.22.0"

0 comments on commit 299d918

Please sign in to comment.