Skip to content

Commit

Permalink
Fix current version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Sep 20, 2023
1 parent 809af4f commit 22eb530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commit = true
message = "Release {new_version}"
commit_args = "--no-verify"
tag = false
current_version = "1.2.0"
current_version = "1.4.1.dev1"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 22eb530

Please sign in to comment.