We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbb7df commit 7a00cb2Copy full SHA for 7a00cb2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.1.1 (2024-07-23)
2
+
3
+### Fix
4
5
+- **publish**: fix publication workflow by installing dev dependencies
6
7
## v1.1.0 (2024-07-21)
8
9
### Feat
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"
10
documentation = "https://fmind.github.io/mlops-python-package/"
0 commit comments