From 918ea716fd1ae8d270f807266dd09445a2893ee6 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 1 Apr 2024 16:04:12 +0100 Subject: [PATCH] uprev to v0.26.0b1 --- arq/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arq/version.py b/arq/version.py index a5f885c9..6f3d2326 100644 --- a/arq/version.py +++ b/arq/version.py @@ -1,2 +1,2 @@ # Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`. -VERSION = '0.25.0' +VERSION = '0.26.0b1'