Skip to content

Commit 413e216

Browse files
committed
Bump build ID to rhai2
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
1 parent 13f10f7 commit 413e216

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const Version = 'v3.10.0+rhai1';
1+
export const Version = 'v3.10.0+rhai2';

libs/skinny/pyproject.toml

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

88
[project]
99
name = "mlflow-skinny"
10-
version = "v3.10.0+rhai1"
10+
version = "v3.10.0+rhai2"
1111
description = "MLflow is an open source platform for the complete machine learning lifecycle"
1212
readme = "README_SKINNY.md"
1313
keywords = ["mlflow", "ai", "databricks"]

libs/tracing/pyproject.toml

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

88
[project]
99
name = "mlflow-tracing"
10-
version = "v3.10.0+rhai1"
10+
version = "v3.10.0+rhai2"
1111
description = "MLflow Tracing SDK is an open-source, lightweight Python package that only includes the minimum set of dependencies and functionality to instrument your code/models/agents with MLflow Tracing."
1212
readme = "README.md"
1313
keywords = ["mlflow", "ai", "databricks"]

mlflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import importlib.metadata
33
import re
44

5-
VERSION = "v3.10.0+rhai1"
5+
VERSION = "v3.10.0+rhai2"
66

77

88
def is_release_version():

pyproject.release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "mlflow"
12-
version = "v3.10.0+rhai1"
12+
version = "v3.10.0+rhai2"
1313
description = "MLflow is an open source platform for the complete machine learning lifecycle"
1414
readme = "README.md"
1515
keywords = ["mlflow", "ai", "databricks"]
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
requires-python = ">=3.10"
2929
dependencies = [
30-
"mlflow-skinny==v3.10.0+rhai1",
31-
"mlflow-tracing==v3.10.0+rhai1",
30+
"mlflow-skinny==v3.10.0+rhai2",
31+
"mlflow-tracing==v3.10.0+rhai2",
3232
"Flask-CORS<7",
3333
"Flask<4",
3434
"alembic<2,!=1.10.0",

pyproject.toml

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

1010
[project]
1111
name = "mlflow"
12-
version = "v3.10.0+rhai1"
12+
version = "v3.10.0+rhai2"
1313
description = "MLflow is an open source platform for the complete machine learning lifecycle"
1414
readme = "README.md"
1515
keywords = ["mlflow", "ai", "databricks"]

uv.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.

0 commit comments

Comments
 (0)