Skip to content

Commit

Permalink
bump version 1.0.6 -> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsteffen committed Aug 1, 2024
1 parent 5836c8e commit 9be54b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Lifefit"
version = "1.0.6"
version = "1.0.7"
description = "Reconvolution fitting of time-correlated single-photon (TCPSC) data"
authors = [
"Fabio Steffen <fabio.steffen@chem.uzh.ch>",
Expand Down Expand Up @@ -51,7 +51,7 @@ lifefit_gui = "lifefit.gui:main"
line-length = 120

[tool.bumpver]
current_version = "1.0.6"
current_version = "1.0.7"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 9be54b7

Please sign in to comment.