Skip to content

Commit 7a20215

Browse files
authored
V1.0.0 (#12)
1 parent 63c4243 commit 7a20215

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can use this package as part of your MLOps toolkit or platform (e.g., Model
103103

104104
# Install
105105

106-
This section details the requirements, actions, and next steps to kickstart your project.
106+
This section details the requirements, actions, and next steps to kickstart your MLOps project.
107107

108108
## Prerequisites
109109

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "bikes"
7-
version = "0.9.0"
7+
version = "1.0.0"
88
description = "Predict the number of bikes available."
99
repository = "https://github.com/fmind/mlops-python-package"
1010
documentation = "https://fmind.github.io/mlops-python-package/"
@@ -71,8 +71,7 @@ tag_format = "v$version"
7171
version_scheme = "pep440"
7272
version_provider = "poetry"
7373
changelog_start_rev = "v1.0.0"
74-
update_changelog_on_bump = false
75-
major_version_zero = true
74+
update_changelog_on_bump = true
7675

7776
[tool.coverage.run]
7877
branch = true

0 commit comments

Comments
 (0)