From af67ebc8d8591e5a39f0a022873d18792f558a81 Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Tue, 26 Apr 2022 07:07:32 -0600 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 218367c9..9a3d9b06 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.6.5" +VERSION = "0.6.6" class BdistWheelCustom(bdist_wheel):