From 2e866cabf74dee5f701ebc2753f4b8a907c749e7 Mon Sep 17 00:00:00 2001 From: Amirhessam Tahmassebi Date: Thu, 25 Jul 2024 19:52:14 -0500 Subject: [PATCH] Prep release version 0.3.1 (#199) Prep release v0.3.1 ... --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea91db0..8659d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ ### 🛠 Fixed ### 🔥 Added + +--- + +## 📍 Version 0.3.1 - 2024-07-25 +### 🛠 Fixed +- [#198](https://github.com/slickml/slick-ml/pull/198) fixed minimum version of `scikit-learn` in dependencies to fix `metrics` bug. + --- ## 📍 Version 0.3.0 - 2024-07-19 diff --git a/pyproject.toml b/pyproject.toml index f0efa5f..1b67c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "slickml" -version = "0.3.0" +version = "0.3.1" description = "SlickML: Slick Machine Learning in Python" license = "MIT" authors = [