From 65070cb67576070f4d3f93bd3ba933b1db33160d Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 4 Nov 2023 19:35:55 +0000 Subject: [PATCH] Increment version to v4.1 --- jrnl/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrnl/__version__.py b/jrnl/__version__.py index 2f373a4ae..f75c1f635 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 b2ad7f244..fa6126fe1 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 ",