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"