From 00fef7106e4abd8ddc7a1625ebe7342fcb145f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Sun, 28 Jul 2024 19:58:17 +0200 Subject: [PATCH] style(project): version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 480454e..4df96b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "cookiecutter-mlops-package" -version = "0.1.0" +version = "1.0.0" description = "Build and deploy Python packages and Docker images for MLOps tasks." repository = "https://github.com/fmind/cookiecutter-mlops-package" authors = ["Médéric HURIER "]