summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-05-02 20:35:15 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2020-05-02 20:35:15 +0000
commitdad972a1dd2e8291785798eb17a9a9584a5cef1d (patch)
tree1bcbd9ad07a49b08595dadb6c190f0650491ad7b
parentedcc6555ae6c83fe1d6f181f763c995c9ea4b663 (diff)
Incrementing version to v2.4.1 [ci skip]v2.4.1
-rw-r--r--jrnl/__version__.py2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 deletions
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 <manuel@1450.me>",