From 9846d371746c572ea9f0f31bd38010db80d02e19 Mon Sep 17 00:00:00 2001 From: jelleas Date: Thu, 5 Oct 2023 11:49:00 +0200 Subject: [PATCH] v2.0.8, less ovearhead in function calls --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5bedc2..d7e5f1e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='checkPy', - version='2.0.7', + version='2.0.8', description='A simple python testing framework for educational purposes', long_description=long_description,