Skip to content

Commit b759d6e

Browse files
Run python3 dev/update_mlflow_versions.py post-release...
Signed-off-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com>
1 parent 6a4b3a6 commit b759d6e

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
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 = '3.9.1.dev0';
1+
export const Version = '3.10.1.dev0';

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 = "3.9.1.dev0"
10+
version = "3.10.1.dev0"
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 = "3.9.1.dev0"
10+
version = "3.10.1.dev0"
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/R/mlflow/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mlflow
33
Title: Interface to 'MLflow'
4-
Version: 3.9.1
4+
Version: 3.10.1
55
Authors@R:
66
c(person(given = "Ben",
77
family = "Wilson",

mlflow/java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.mlflow</groupId>
77
<artifactId>mlflow-parent</artifactId>
8-
<version>3.9.1-SNAPSHOT</version>
8+
<version>3.10.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

mlflow/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.mlflow</groupId>
55
<artifactId>mlflow-parent</artifactId>
6-
<version>3.9.1-SNAPSHOT</version>
6+
<version>3.10.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>MLflow Parent POM</name>
99
<url>http://mlflow.org</url>
@@ -49,7 +49,7 @@
4949
</scm>
5050

5151
<properties>
52-
<mlflow-version>3.9.1-SNAPSHOT</mlflow-version>
52+
<mlflow-version>3.10.1-SNAPSHOT</mlflow-version>
5353
<maven.compiler.source>1.8</maven.compiler.source>
5454
<maven.compiler.target>1.8</maven.compiler.target>
5555
<scala.version>2.11.12</scala.version>

mlflow/java/spark_2.12/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>mlflow-spark_2.12</artifactId>
4-
<version>3.9.1-SNAPSHOT</version>
4+
<version>3.10.1-SNAPSHOT</version>
55
<name>${project.artifactId}</name>
66
<properties>
77
<maven.compiler.source>1.8</maven.compiler.source>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.mlflow</groupId>
1717
<artifactId>mlflow-parent</artifactId>
18-
<version>3.9.1-SNAPSHOT</version>
18+
<version>3.10.1-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

mlflow/java/spark_2.13/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>mlflow-spark_2.13</artifactId>
4-
<version>3.9.1-SNAPSHOT</version>
4+
<version>3.10.1-SNAPSHOT</version>
55
<name>${project.artifactId}</name>
66
<properties>
77
<maven.compiler.source>1.8</maven.compiler.source>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.mlflow</groupId>
1717
<artifactId>mlflow-parent</artifactId>
18-
<version>3.9.1-SNAPSHOT</version>
18+
<version>3.10.1-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

mlflow/server/js/src/common/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ErrorCodes = {
99
RESOURCE_CONFLICT: 'RESOURCE_CONFLICT',
1010
};
1111

12-
export const Version = '3.9.1.dev0';
12+
export const Version = '3.10.1.dev0';
1313

1414
const DOCS_VERSION = 'latest';
1515

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 = "3.9.1.dev0"
5+
VERSION = "3.10.1.dev0"
66

77

88
def is_release_version():

0 commit comments

Comments
 (0)