From 59388d26f5e7a59c33314e00e45d3f3220c1e8d7 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sun, 19 Apr 2026 14:18:17 +0200 Subject: [PATCH] Bacting 1.0.11 --- src/pybacting/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybacting/api.py b/src/pybacting/api.py index 901d1d2..1e9bac4 100644 --- a/src/pybacting/api.py +++ b/src/pybacting/api.py @@ -22,7 +22,7 @@ ] WORKSPACE = "." -VERSION = "1.0.10" +VERSION = "1.0.11" # The ones commented out can't be loaded because they are POM-only # artifacts. See the excellent explanation given by @ctrueden why at: