From b8aa0717d31796b4fc33e2f6ce2222f433a7427b Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Mon, 21 Jun 2021 14:45:37 -0600 Subject: [PATCH] bump to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48642fa8..b7ee5e48 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.4.1" +VERSION = "0.5.0" class BdistWheelCustom(bdist_wheel):