Skip to content

Commit 89041af

Browse files
chore: autopublish 2025-04-25T08:24:20Z
1 parent f19d40a commit 89041af

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.7
1+
6.4.0

nidx/nidx_binding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: Implementation :: CPython",
1414
"Programming Language :: Python :: Implementation :: PyPy",
1515
]
16-
version = "6.3.7"
16+
version = "6.4.0"
1717

1818
[project.urls]
1919
Homepage = "https://nuclia.com"

nidx/nidx_protos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "pdm.backend"
1010

1111
[project]
1212
name = "nidx_protos"
13-
version = "6.3.7"
13+
version = "6.4.0"
1414
license = { text = "AGPL" }
1515
description = "Protobuf definitions for nucliadb/nidx"
1616
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
description = "NucliaDB"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_dataset/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb_dataset"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
description = "NucliaDB Train Python client"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb_models"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
readme = "README.md"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_protos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "pdm.backend"
1010

1111
[project]
1212
name = "nucliadb_protos"
13-
version = "6.3.7"
13+
version = "6.4.0"
1414
license = { text = "AGPL" }
1515
description = "Protobuf definitions for nucliadb"
1616
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb_sdk"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
description = "NucliaDB SDK"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_telemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb_telemetry"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
description = "NucliaDB Telemetry Library Python process"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

nucliadb_utils/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nucliadb_utils"
7-
version = "6.3.7"
7+
version = "6.4.0"
88
license = { text = "AGPL" }
99
description = "NucliaDB util library"
1010
authors = [ { name = "Nuclia", email = "nucliadb@nuclia.com" }]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "nucliadb_workspace"
33
requires-python = ">=3.9.2"
4-
version = "6.3.7"
4+
version = "6.4.0"
55
dependencies = ["nucliadb"]
66

77
[tool.uv.workspace]

0 commit comments

Comments
 (0)