From be7112f390a458c7c12e7fc71f8381f9236ae640 Mon Sep 17 00:00:00 2001 From: Chris Guidry Date: Sat, 30 Nov 2024 08:52:39 -0500 Subject: [PATCH] Bumps the package version for the next release --- arq/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arq/version.py b/arq/version.py index 521d0144..31ed92e3 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.26.1' +VERSION = '0.26.3'