From d797f45e261fe0ba14e9258c3debde346da525fa Mon Sep 17 00:00:00 2001 From: vagabondHustler Date: Thu, 9 May 2024 12:47:46 +0000 Subject: [PATCH] Bump version to 2.44.1dev1 --- .github/configs/version_control.json | 4 ++-- src/subsearch/data/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/configs/version_control.json b/.github/configs/version_control.json index 5b02f570..c0d8bd46 100644 --- a/.github/configs/version_control.json +++ b/.github/configs/version_control.json @@ -1,5 +1,5 @@ { - "current_version": "2.44.1dev0", - "previous_version": "2.44.2", + "current_version": "2.44.1dev1", + "previous_version": "2.44.1dev0", "last_stable_release": "2.44.2" } \ No newline at end of file diff --git a/src/subsearch/data/version.py b/src/subsearch/data/version.py index eefad990..9efa4bd0 100644 --- a/src/subsearch/data/version.py +++ b/src/subsearch/data/version.py @@ -1 +1 @@ -__version__ = "2.44.1dev0" +__version__ = "2.44.1dev1"