summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2023-05-20 23:34:50 +0000
committerJrnl Bot <bot@jrnl.sh>2023-05-20 23:34:50 +0000
commit649254d0ac979badebdda1716eb67417725ccb7d (patch)
treec9388d3ee9fac6542571b6b53a15f0a11d0dc332
parentf5dc5fbae0c15b1745b59da0970c96f08e235a2c (diff)
Increment version to v4.0.1-betav4.0.1-beta
-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 53d55732..20ba51c6 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v4.0"
+__version__ = "v4.0.1-beta"
diff --git a/pyproject.toml b/pyproject.toml
index 0938c5a8..479cef06 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v4.0"
+version = "v4.0.1-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",