From 8e61e3759b1f1e7e48bfa649f7b1d8819b332ef4 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 17 May 2025 09:32:43 +0900 Subject: [PATCH] chore(main): release 0.17.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760f5d2..7dc7cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/instill-ai/python-sdk/compare/v0.17.0...v0.17.1) (2025-05-17) + + +### Bug Fixes + +* **ray:** fix dynamic package loading issue ([#275](https://github.com/instill-ai/python-sdk/issues/275)) ([c812d14](https://github.com/instill-ai/python-sdk/commit/c812d1453451c44607213f1a0067d16a22c17250)) + ## [0.17.0](https://github.com/instill-ai/python-sdk/compare/v0.16.2...v0.17.0) (2025-04-15) diff --git a/pyproject.toml b/pyproject.toml index 6447572..b084597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ description = "python sdk for Instill AI products" name = "instill-sdk" -version = "0.17.0" +version = "0.17.1" packages = [{include = "instill"}] diff --git a/release-please/manifest.json b/release-please/manifest.json index 7b51ca0..b05f59a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "0.17.1" }