diff --git a/CHANGELOG.md b/CHANGELOG.md index a14121f..a54227a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.1 (2024-07-23) + +### Fix + +- **publish**: fix publication workflow by installing dev dependencies + ## v1.1.0 (2024-07-21) ### Feat diff --git a/pyproject.toml b/pyproject.toml index a0ce1b4..4a3b893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "bikes" -version = "1.1.0" +version = "1.1.1" description = "Predict the number of bikes available." repository = "https://github.com/fmind/mlops-python-package" documentation = "https://fmind.github.io/mlops-python-package/"