Skip to content

Commit

Permalink
Update package version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Sep 30, 2024
1 parent f213f7e commit 676dc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 1)
VERSION = (0, 3, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 676dc70

Please sign in to comment.