summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2023-11-04 19:35:55 +0000
committerJrnl Bot <bot@jrnl.sh>2023-11-04 19:35:55 +0000
commit65070cb67576070f4d3f93bd3ba933b1db33160d (patch)
tree92d7a951cc677f417dfd2c9cd532be03259576c4
parent311d0b51b689aa5ed9ea7a7e145b6519de14fdf9 (diff)
Increment version to v4.1v4.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 2f373a4a..f75c1f63 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v4.1-beta2"
+__version__ = "v4.1"
diff --git a/pyproject.toml b/pyproject.toml
index b2ad7f24..fa6126fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v4.1-beta2"
+version = "v4.1"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",