diff --git a/HISTORY.rst b/HISTORY.rst index 22c0345..7d26063 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.5.0 (UNRELEASED) +0.5.0 (2023-02-10) ================== - Allow to add some extra text to created hmplugin file. diff --git a/hookman/__init__.py b/hookman/__init__.py index 2341816..94a16b9 100644 --- a/hookman/__init__.py +++ b/hookman/__init__.py @@ -3,4 +3,4 @@ __author__ = """ESSS""" __email__ = "foss@esss.co" -__version__ = "0.3.0" +__version__ = "0.5.0"