Skip to content

Commit

Permalink
update bump config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 17, 2024
1 parent 575cb72 commit 7eb47f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,14 @@ parse = """(?x)
\\.post
(?P<post_n>\\d+) # post-release version number
)? # post-release section is optional
(?:
\\.dev
)?
"""
serialize = [
"{major}.{minor}.{patch}.post{post_n}",
"{major}.{minor}.{patch}{pre_l}{pre_n}",
"{major}.{minor}.{patch}.dev",
"{major}.{minor}.{patch}",
]

Expand Down

0 comments on commit 7eb47f0

Please sign in to comment.