From 4995ff89c9b070119f6aee323e2ef4730461713e Mon Sep 17 00:00:00 2001 From: brimoor Date: Fri, 9 Aug 2024 16:03:21 -0400 Subject: [PATCH] bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 201fa531..2112648b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.12.6" +VERSION = "0.12.7" class BdistWheelCustom(bdist_wheel):