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