diff --git a/githooks/__version__.py b/githooks/__version__.py index 49b0c10..cfb0b13 100644 --- a/githooks/__version__.py +++ b/githooks/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 1) +VERSION = (0, 3, 0) __version__ = ".".join(map(str, VERSION))