From 7a06aa357bc04d99e7a10a7cbfe8c42a3fc65fed Mon Sep 17 00:00:00 2001 From: brimoor Date: Wed, 8 Feb 2023 22:49:36 -0500 Subject: [PATCH] bumping version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e333d30c..a8b8ebf7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from wheel.bdist_wheel import bdist_wheel -VERSION = "0.8.1" +VERSION = "0.8.2" class BdistWheelCustom(bdist_wheel):