Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elmernocon committed Dec 8, 2023
1 parent 0cbcc49 commit b5db57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semverkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def split_command(version: Version, delimiter: str) -> None:


__name__ = "semverkit"
__version__ = "0.1.0"
__version__ = "1.0.0"
__all__ = [
"bump",
"extract",
Expand Down

0 comments on commit b5db57e

Please sign in to comment.