summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2022-10-08 20:49:59 +0000
committerJrnl Bot <bot@jrnl.sh>2022-10-08 20:49:59 +0000
commit41e5d5ffffc3c28be9aaca05ddafd5f681fbf600 (patch)
tree6c042b4fe6b5170bca4d671f8e4d06a8843c811d
parentd7242d81a463b790f6650a18fce2b8047d776fbc (diff)
Increment version to v3.3-betav3.3-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 9c1e3fb9..519d4206 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v3.2"
+__version__ = "v3.3-beta"
diff --git a/pyproject.toml b/pyproject.toml
index ffeb8b27..79b232b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v3.2"
+version = "v3.3-beta"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",