Skip to content

Commit

Permalink
release: update python and sparrow version (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier authored Aug 2, 2023
1 parent f1f079a commit 1c4d568
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*"]
[workspace.package]
authors = ["Kaskada Developers"]
edition = "2021"
version = "0.10.0"
version = "0.11.0"
license = "Apache-2.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kaskada"
version = "0.5.1"
version = "0.5.2"
description = "A client library for the Kaskada time travel machine learning service"
authors = ["Kaskada <maintainers@kaskada.io>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wren/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0

0 comments on commit 1c4d568

Please sign in to comment.