Skip to content

Commit d393cf2

Browse files
authored
chore(main): release 0.17.1 (#276)
🤖 I have created a release *beep* *boop* --- ## [0.17.1](v0.17.0...v0.17.1) (2025-05-17) ### Bug Fixes * **ray:** fix dynamic package loading issue ([#275](#275)) ([c812d14](c812d14)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent c812d14 commit d393cf2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.17.1](https://github.com/instill-ai/python-sdk/compare/v0.17.0...v0.17.1) (2025-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.17.0](https://github.com/instill-ai/python-sdk/compare/v0.16.2...v0.17.0) (2025-04-15)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "python sdk for Instill AI products"
44
name = "instill-sdk"
5-
version = "0.17.0"
5+
version = "0.17.1"
66

77
packages = [{include = "instill"}]
88

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.0"
2+
".": "0.17.1"
33
}

0 commit comments

Comments
 (0)