From a5499493ff3f0d87820edcce6a06752c7fbd82b4 Mon Sep 17 00:00:00 2001 From: Manuel Gil Date: Sat, 9 Aug 2025 08:12:15 -0500 Subject: [PATCH] Creating patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3417adf..882fec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlflow_for_ml_dev" -version = "1.7.1" +version = "1.7.2" description = "Code examples for the youtube playlist 'MLflow for Machine Learning Development' by Manuel Gil" authors = ["Manuel Gil "] readme = "README.md"