Skip to content

Commit

Permalink
Bump master dev version to 0.7.0.dev (mlflow#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Sep 11, 2018
1 parent c4adf6c commit a9752c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mlflow/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mlflow-client</artifactId>
<packaging>jar</packaging>
<version>0.6.0</version>
<version>0.7.0</version>
<name>MLflow Tracking API</name>
<url>http://mlflow.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion mlflow/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>mlflow-parent</name>
<url>http://maven.apache.org</url>
Expand Down
4 changes: 2 additions & 2 deletions mlflow/java/scoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
</distributionManagement>

<artifactId>mlflow-scoring</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>jar</packaging>
<name>MLflow scoring server</name>
<url>http://mlflow.org</url>
Expand Down
2 changes: 1 addition & 1 deletion mlflow/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Databricks, Inc.


VERSION = '0.6.0'
VERSION = '0.7.0.dev'

0 comments on commit a9752c6

Please sign in to comment.