summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <bot@jrnl.sh>2022-08-21 22:22:00 +0000
committerJrnl Bot <bot@jrnl.sh>2022-08-21 22:22:00 +0000
commitb26fdb424b1e1f5a30d7c7a825ccd473fa43c8af (patch)
treec0f5d9cf69198f06487b114aef5031308a8df181
parent1f58452b760e9f170c7c007698b838d0944fe70a (diff)
Increment version to v3.1v3.1
-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 bae5c2a2..9809ae42 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v3.1-beta2"
+__version__ = "v3.1"
diff --git a/pyproject.toml b/pyproject.toml
index 2e10ae1e..b93e265f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v3.1-beta2"
+version = "v3.1"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"jrnl contributors <maintainers@jrnl.sh>",