From 5d6c0f196d2373026424595abee6001a83ef252a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 21:12:45 +0000 Subject: [PATCH 1/2] Version bump: 0.4.53 to 0.4.54 --- aperturedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aperturedb/__init__.py b/aperturedb/__init__.py index 08a680c8..2851fc20 100644 --- a/aperturedb/__init__.py +++ b/aperturedb/__init__.py @@ -10,7 +10,7 @@ import signal import sys -__version__ = "0.4.53" +__version__ = "0.4.54" logger = logging.getLogger(__name__) From 5df8579aab9b384d82ba8eaa44af26fb156ecda8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:24:40 +0000 Subject: [PATCH 2/2] Version bump: 0.4.53 to 0.4.55 --- aperturedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aperturedb/__init__.py b/aperturedb/__init__.py index 08a680c8..3babebc7 100644 --- a/aperturedb/__init__.py +++ b/aperturedb/__init__.py @@ -10,7 +10,7 @@ import signal import sys -__version__ = "0.4.53" +__version__ = "0.4.55" logger = logging.getLogger(__name__)