diff --git a/jrnl/__version__.py b/jrnl/__version__.py index eeae0042..6671daca 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v4.2" +__version__ = "v4.2.1" diff --git a/pyproject.toml b/pyproject.toml index 7369b921..cfa1e90d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v4.2" +version = "v4.2.1" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ",