Skip to content

Commit

Permalink
V1.0.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind authored Mar 19, 2024
1 parent 63c4243 commit 7a20215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a20215

Please sign in to comment.