From 1b4343bbf186525910b702f69b74c95f9b67a3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Sat, 16 Mar 2024 19:09:11 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e761118..3433665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "bikes" -version = "0.6.0" +version = "0.7.0" description = "Predict the number of bikes available." repository = "https://github.com/fmind/mlops-python-package" documentation = "https://fmind.github.io/mlops-python-package/"