Skip to content

Commit a16c4a4

Browse files
Bump version to 1.0.5 (#42)
1 parent ebe6733 commit a16c4a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CHANGELOG
33
=========
44

5-
1.0.dev5
6-
========
5+
1.0.5
6+
=====
77

88
* pyspark: SageMakerModel: Fix bugs in creating model from training job, s3 file and endpoint
99
* spark/pyspark: XGBoostSageMakerEstimator: Fix seed hyperparameter to use correct type (Int)

sagemaker-pyspark-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99

10-
VERSION = "1.0.4"
10+
VERSION = "1.0.5"
1111

1212
TEMP_PATH = "deps"
1313
JARS_TARGET = os.path.join(TEMP_PATH, "jars")

sagemaker-spark-sdk/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scalaVersion := "2.11.7"
1919
// to change the version of spark add -DSPARK_VERSION=2.x.x when running sbt
2020
// for example: "sbt -DSPARK_VERSION=2.1.1 clean compile test doc package"
2121
val sparkVersion = System.getProperty("SPARK_VERSION", "2.2.0")
22-
version := "spark_" + sparkVersion + "-1.0.4"
22+
version := "spark_" + sparkVersion + "-1.0.5"
2323

2424
lazy val SageMakerSpark = (project in file("."))
2525

0 commit comments

Comments
 (0)