diff options
author | Jrnl Bot <bot@jrnl.sh> | 2024-10-19 22:04:52 +0000 |
---|---|---|
committer | Jrnl Bot <bot@jrnl.sh> | 2024-10-19 22:04:52 +0000 |
commit | 16a0f043b19befb614c73965d0df542abb8273c0 (patch) | |
tree | 23c052975d5e80785e1a0e46b7faf7685619691e | |
parent | b760759906462b46b19368829880a8c0835b7468 (diff) |
Increment version to v4.2-betav4.2-beta
-rw-r--r-- | jrnl/__version__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jrnl/__version__.py b/jrnl/__version__.py index f75c1f63..ed06942f 100644 --- a/jrnl/__version__.py +++ b/jrnl/__version__.py @@ -1 +1 @@ -__version__ = "v4.1" +__version__ = "v4.2-beta" diff --git a/pyproject.toml b/pyproject.toml index daedd414..741f4e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v4.1" +version = "v4.2-beta" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors <maintainers@jrnl.sh>", |