Skip to content

Commit 1c4d568

Browse files
release: update python and sparrow version (#585)
Based on current draft release: https://github.com/kaskada-ai/kaskada/releases
1 parent f1f079a commit 1c4d568

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*"]
44
[workspace.package]
55
authors = ["Kaskada Developers"]
66
edition = "2021"
7-
version = "0.10.0"
7+
version = "0.11.0"
88
license = "Apache-2.0"
99

1010
[workspace.dependencies]

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kaskada"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A client library for the Kaskada time travel machine learning service"
55
authors = ["Kaskada <[email protected]>"]
66
license = "Apache-2.0"

wren/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

0 commit comments

Comments
 (0)