Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isd-project committed Jan 31, 2025
1 parent 9d6f4b3 commit 4972d3f
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
Expand Up @@ -105,8 +105,8 @@ serialize = [
"{major}.{minor}.{patch}-{pre_l}{distance_to_latest_tag}",
"{major}.{minor}.{patch}",
]
search = "{current_version}"
replace = "{new_version}"
search = """version = "{current_version}""""
replace = """version = "{new_version}""""
regex = false
ignore_missing_version = false
ignore_missing_files = false
Expand Down

0 comments on commit 4972d3f

Please sign in to comment.