diff --git a/jrnl/__version__.py b/jrnl/__version__.py index fe6946ba..c8de6a49 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.4" +__version__ = "v2.4.1" diff --git a/pyproject.toml b/pyproject.toml index 3a8db15d..b7a165fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.4" +version = "v2.4.1" description = "Collect your thoughts and notes without leaving the command line." authors = [ "Manuel Ebert ",