summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJrnl Bot <jrnl.bot@gmail.com>2020-07-25 22:36:51 +0000
committerJonathan Wren <jonathan@nowandwren.com>2020-07-25 16:35:04 -0700
commit345b6ad52214a41f4a35e62b7325a7943fbfd564 (patch)
tree3def06d3f460668ef4be3828bb36c211584fd89e
parent18f6d2bc800b171f1248e3798b0c489953431615 (diff)
Increment version to v2.4.4v2.4.4
-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 ee978a98..3db4c3ff 100644
--- a/jrnl/__version__.py
+++ b/jrnl/__version__.py
@@ -1 +1 @@
-__version__ = "v2.4.4-beta"
+__version__ = "v2.4.4"
diff --git a/pyproject.toml b/pyproject.toml
index c72112e1..e37604a3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jrnl"
-version = "v2.4.4-beta"
+version = "v2.4.4"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",