From 85aacf92585e30ec1ee7b467f9ea584b8c589df9 Mon Sep 17 00:00:00 2001 From: Mazlum TOSUN Date: Fri, 12 Jul 2024 01:26:24 +0200 Subject: [PATCH] New Release of the project with the 0.1.1 version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a81360..2cf4a3c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="bigtesty", - version="0.1.0", + version="0.1.1", entry_points=''' [console_scripts] bigtesty=bigtesty.cli.main:run