Skip to content

Commit

Permalink
Should also bump pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 12, 2024
1 parent d3df347 commit d54e74d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ current_version = 0.5.3
files = appletree/__init__.py
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "appletree"
version = "0.5.2"
version = "0.5.3"
description = "A high-Performance Program simuLatEs and fiTs REsponse of xEnon."
readme = "README.md"
authors = [
Expand Down

0 comments on commit d54e74d

Please sign in to comment.