From a6362a993c35a3facf7ad40618ae14490244f3a1 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Tue, 20 Apr 2021 02:24:47 +0000 Subject: Increment version to v2.8.1-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 d01f99f3..740e8abc 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v2.8" +__version__ = "v2.8.1-beta" diff --git a/pyproject.toml b/pyproject.toml index 56773289..8325128b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v2.8" +version = "v2.8.1-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ", -- cgit v1.2.3