Skip to content

Commit

Permalink
have we _ever_ used this release process
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Dec 21, 2023
1 parent bde4a64 commit 0c36d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def publishRelease(final: bool, test: bool = False) -> None:
1,
)

incrementVersion(candidate=False)
incrementVersion(candidate=not final)
version = currentVersion()

versonFile = Path(__file__).parent / "src" / "klein" / "_version.py"
Expand Down

0 comments on commit 0c36d9a

Please sign in to comment.