Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abinthomasonline committed Aug 27, 2024
1 parent e478b98 commit b76cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repopack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Final

# The current version of the RepopackPy package
__version__: Final[str] = "0.1.2"
__version__: Final[str] = "0.1.3"

# Note: This version follows Semantic Versioning (SemVer) principles.
# Format: MAJOR.MINOR.PATCH
Expand Down

0 comments on commit b76cace

Please sign in to comment.