From 0ce62dbb3832c0fd516241d1de142639e102a0f9 Mon Sep 17 00:00:00 2001 From: brimoor Date: Sat, 11 Feb 2023 17:49:00 -0500 Subject: [PATCH] bumping package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8b8ebf7..34250356 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.8.2" +VERSION = "0.8.3" class BdistWheelCustom(bdist_wheel):