diff --git a/CHANGELOG.md b/CHANGELOG.md index 1728e86b..ed034198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.8.2 (2023-10-09) + +### Fix + +* Add installation info to main documentation ([#84](https://github.com/codecentric-oss/niceml/issues/84)) ([`10e60db`](https://github.com/codecentric-oss/niceml/commit/10e60dbc999e2e396a223d2bbc81f4329a807264)) +* Add installation info to main documentation ([`b2f8c10`](https://github.com/codecentric-oss/niceml/commit/b2f8c10f1c0ab4a7e95ac08092f585f2f6a9ba46)) + ## v0.8.1 (2023-09-26) ### Fix diff --git a/niceml/__init__.py b/niceml/__init__.py index 8088f751..deded324 100644 --- a/niceml/__init__.py +++ b/niceml/__init__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" diff --git a/pyproject.toml b/pyproject.toml index 3e89bac4..8fae3dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "niceml" -version = "0.8.1" +version = "0.8.2" description = "Welcome to niceML 🍦, a Python-based MLOps framework that uses TensorFlow and Dagster. This framework streamlines the development, and maintenance of machine learning models, providing an end-to-end solution for building efficient and scalable pipelines." authors = [ "Denis Stalz-John ",