From 7f56d5feb2a65419e9be5b05c6459e752bc28071 Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Thu, 21 Mar 2024 02:10:09 +0100 Subject: [PATCH] v0.11.0 --- mlsauce.egg-info/PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mlsauce.egg-info/PKG-INFO b/mlsauce.egg-info/PKG-INFO index ffb1b35..5f806e4 100644 --- a/mlsauce.egg-info/PKG-INFO +++ b/mlsauce.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: mlsauce -Version: 0.10.7 +Version: 0.11.0 Summary: Miscellaneous Statistical/Machine Learning tools Maintainer: T. Moudiki Maintainer-email: thierry.moudiki@gmail.com diff --git a/setup.py b/setup.py index e30b147..1293bf6 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ MAINTAINER_EMAIL = 'thierry.moudiki@gmail.com' LICENSE = 'BSD3 Clause Clear' -__version__ = '0.10.7' +__version__ = '0.11.0' VERSION = __version__