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 302800c commit 6baa645Copy full SHA for 6baa645
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.0 (2024-07-28)
2
+
3
+### Feat
4
5
+- **cruft**: adopt cruft and link it to cookiecutter-mlops-package
6
7
## v1.1.3 (2024-07-28)
8
9
### Fix
pyproject.toml
@@ -4,7 +4,7 @@
[tool.poetry]
name = "bikes"
-version = "1.1.3"
+version = "2.0.0"
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