summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2022-06-11 21:09:10 +0000
committerJrnl Bot <jrnl.bot@gmail.com>2022-06-11 21:09:10 +0000
commit7e7d374263cc35fc00517452e542434110515f20 (patch)
tree477b9bd61c91cabb34b25034c2a8407de13565a8
parent37ef1d9bc69c497602265645530e406b3d813292 (diff)
Increment version to v3.0-betav3.0-beta
-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 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 <jrnl-sh@googlegroups.com>",