From 847b8271946ced3c3c400b289110bb1b89d9d439 Mon Sep 17 00:00:00 2001 From: smartwa Date: Sat, 6 Jul 2024 16:05:25 +0300 Subject: [PATCH] feat: Update version number --- smartbets_API/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartbets_API/__init__.py b/smartbets_API/__init__.py index c7994f0..5d02df5 100644 --- a/smartbets_API/__init__.py +++ b/smartbets_API/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "Smartwa Caleb" from .bet_at_rest_api_level import predictor as rest_api from .predictor import predictor