Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Jul 5, 2024
1 parent 78705ae commit eec7516
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 @@ -72,7 +72,7 @@ format-jinja = """
{%- if distance == 0 -%}
{{ serialize_pep440(base) }}
{%- else -%}
{{ serialize_pep440(base, dev=distance) }}
{{ serialize_pep440(bump_version(base), dev=distance) }}
{%- endif -%}
"""

Expand Down

0 comments on commit eec7516

Please sign in to comment.