From c900716a98a164f8dc5cac2fae6afa685755253c Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Tue, 27 Jul 2021 08:58:59 -0600 Subject: [PATCH] bump to v0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0cee531..ae455d20 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.5.1" +VERSION = "0.5.2" class BdistWheelCustom(bdist_wheel):