From deef87021341b30f740ca1f5854d7d1d69824cb6 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 25 Mar 2023 23:04:23 +0000 Subject: [PATCH] Increment version to v4.0-beta --- 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 3d0bbe9b..52e6857b 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v3.3" +__version__ = "v4.0-beta" diff --git a/pyproject.toml b/pyproject.toml index 2c4d0f23..5b2d590a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v3.3" +version = "v4.0-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ",