Skip to content

Commit 374236f

Browse files
committed
Bump version to release indexify
1 parent c4bbde6 commit 374236f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

indexify/poetry.lock

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

indexify/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "indexify"
33
# Incremented if any of the components provided in this packages are updated.
4-
version = "0.4.9"
4+
version = "0.4.10"
55
description = "Open Source Indexify components and helper tools"
66
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
77
license = "Apache 2.0"
@@ -25,7 +25,7 @@ prometheus-client = "^0.21.1"
2525
psutil = "^7.0.0"
2626
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
2727
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
28-
tensorlake = "0.2.6"
28+
tensorlake = "0.2.7"
2929
# Uncomment the next line to use local tensorlake package (only for development!)
3030
# tensorlake = { path = "../tensorlake", develop = true }
3131
# pydantic is provided by tensorlake

server/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexify-server"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
66
license = "Apache-2.0"

tensorlake

0 commit comments

Comments
 (0)