summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2023-06-20 23:39:40 +0000
committerJrnl Bot <bot@jrnl.sh>2023-06-20 23:39:40 +0000
commit4f1a21819d64b079c7e9d0330ea8f834d6344e54 (patch)
tree25d8197001badbc345ccbab214863ae4938b5d01
parent12e663ee93b7c693ed02d2cbec0922b2f0b84221 (diff)
Increment version to v4.0.1v4.0.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 20ba51c6..2da057a2 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v4.0.1-beta"
+__version__ = "v4.0.1"
diff --git a/pyproject.toml b/pyproject.toml
index 479cef06..1d574428 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v4.0.1-beta"
+version = "v4.0.1"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",