Skip to content

Commit

Permalink
Update development version to 0.8.1.dev (mlflow#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Nov 10, 2018
1 parent 505e81c commit 092fc6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mlflow/R/mlflow/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mlflow
Type: Package
Title: Interface to 'MLflow'
Version: 0.8.0
Version: 0.8.1
Authors@R: c(
person("Matei", "Zaharia", email = "matei@databricks.com", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut")),
Expand Down
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.8.0</version>
<version>0.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mlflow-client</artifactId>
<packaging>jar</packaging>
<version>0.8.0</version>
<version>0.8.1</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.8.0</version>
<version>0.8.1</version>
<packaging>pom</packaging>
<name>MLflow Parent POM</name>
<url>http://mlflow.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.8.0</version>
<version>0.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>mlflow-scoring</artifactId>
<version>0.8.0</version>
<version>0.8.1</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.8.0'
VERSION = '0.8.1.dev'

0 comments on commit 092fc6b

Please sign in to comment.