Skip to content

Commit

Permalink
0.17.0-dev.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
actions-user committed Aug 15, 2024
1 parent 6b248d5 commit 0d4d63f
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.17.0-dev.3 (2024-08-15)

### Fix

* fix: make altair not optional ([`6b248d5`](https://github.com/codecentric-oss/niceml/commit/6b248d5ccc8fd6bc4d3b307b1c533fef28a6b9e8))

## v0.17.0-dev.2 (2024-08-12)

### Documentation
2 changes: 1 addition & 1 deletion niceml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0-dev.2"
__version__ = "0.17.0-dev.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "niceml"
version = "0.17.0-dev.2"
version = "0.17.0-dev.3"
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 <denis.stalz-john@codecentric.de>",

0 comments on commit 0d4d63f

Please sign in to comment.