From 55eac751a17cf095b43a19f1fbca35a2883de5c9 Mon Sep 17 00:00:00 2001 From: Stuart Date: Fri, 12 Jan 2024 14:47:22 -0500 Subject: [PATCH] v0.12.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 524efac9..2736b530 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.12.3" +VERSION = "0.12.4" class BdistWheelCustom(bdist_wheel):