From 17650aeb3b3d987dd715dae98bf13de20dd57112 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 3 Dec 2024 17:06:26 +0000 Subject: [PATCH] Bump patch version Following latest bugfix the version wasn't updated! Signed-off-by: John --- src/blazingmq/_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blazingmq/_about.py b/src/blazingmq/_about.py index e5bfd7b..e96cb9c 100644 --- a/src/blazingmq/_about.py +++ b/src/blazingmq/_about.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.2.0" +__version__ = "1.2.1"