Skip to content

Commit

Permalink
Updated version to 0.3.1-SNAPSHOT (databrickslabs#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic authored Sep 30, 2022
1 parent 5c2641c commit 7b367b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/sparkR-mosaic/sparkrMosaic/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sparkrMosaic
Title: SparkR bindings for Databricks Mosaic
Version: 0.3.0
Version: 0.3.1
Authors@R:
person("Robert", "Whiffin", , "[email protected]", role = c("aut", "cre")
)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.databricks.labs</groupId>
<artifactId>mosaic</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion python/mosaic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .core import MosaicLibraryHandler, MosaicContext, MosaicFrame
from .utils.display_handler import displayMosaic

__version__ = "0.3.0"
__version__ = "0.3.1-SNAPSHOT"

0 comments on commit 7b367b2

Please sign in to comment.