Skip to content

Commit

Permalink
preparing for 0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Jun 3, 2019
1 parent 5a432dc commit 86dd6a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name := "spark-measure"

version := "0.14-SNAPSHOT"
version := "0.14"

scalaVersion := "2.11.12"
crossScalaVersions := Seq("2.11.12", "2.12.8")

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

isSnapshot := true
isSnapshot := false

spName := "spark-measure"
sparkVersion := "2.4.3"
Expand Down
8 changes: 4 additions & 4 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
description = 'Python API for sparkMeasure, a tool for performance troubleshooting of Apache Spark workloads'

long_description = """SparkMeasure is a tool for performance troubleshooting of Apache Spark workloads.
It simplifies collection and analysis of Spark performance metrics. The bulk of sparkMeasure is written in Scala.
This package contains the Python API for sparkMeasureed intended to work in conjunction with PySpark,
for the command line or Jupyter notebook environments or as a tool to instrument Python code running Spark workloads.
It simplifies the collection and analysis of Spark performance metrics. The bulk of sparkMeasure is written in Scala.
This package contains the Python API for sparkMeasure and is intended to work in conjunction with PySpark.
Use from python command line or in Jupyter notebook environments, or as a tool to instrument Python code running Spark workloads.
**[Link to sparkMeasure GitHub page and documentation](https://github.com/lucacanali/sparkMeasure)**"""

setup(name='sparkmeasure',
version='0.13.4',
version='0.14.0',
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 86dd6a3

Please sign in to comment.