From 7e7d374263cc35fc00517452e542434110515f20 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 11 Jun 2022 21:09:10 +0000 Subject: [PATCH] Increment version to v3.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 5cc8607f..d8b052d1 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.8.4" +__version__ = "v3.0-beta" diff --git a/pyproject.toml b/pyproject.toml index 3dd8baa0..e37c3767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.8.4" +version = "v3.0-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ",