From 7a20215fb62bb7d655afe4d9697be81d50fa0d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Tue, 19 Mar 2024 21:56:22 +0100 Subject: [PATCH] V1.0.0 (#12) --- README.md | 2 +- pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51a9e1b..dfe5d07 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ You can use this package as part of your MLOps toolkit or platform (e.g., Model # Install -This section details the requirements, actions, and next steps to kickstart your project. +This section details the requirements, actions, and next steps to kickstart your MLOps project. ## Prerequisites diff --git a/pyproject.toml b/pyproject.toml index 4a4ee18..48c4ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "bikes" -version = "0.9.0" +version = "1.0.0" description = "Predict the number of bikes available." repository = "https://github.com/fmind/mlops-python-package" documentation = "https://fmind.github.io/mlops-python-package/" @@ -71,8 +71,7 @@ tag_format = "v$version" version_scheme = "pep440" version_provider = "poetry" changelog_start_rev = "v1.0.0" -update_changelog_on_bump = false -major_version_zero = true +update_changelog_on_bump = true [tool.coverage.run] branch = true