Skip to content

Commit 785f3b1

Browse files
authored
bump version to 1.2.5 (#193)
1 parent 6c21ce3 commit 785f3b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHANGELOG
33
=========
44

55

6-
1.2.dev5
6+
1.2.5
77
========
88

99
* bug-fix: Change module names to string type in __all__

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424

2525
setup(name="sagemaker",
26-
version="1.2.4",
26+
version="1.2.5",
2727
description="Open source library for training and deploying models on Amazon SageMaker.",
2828
packages=find_packages('src'),
2929
package_dir={'': 'src'},

0 commit comments

Comments
 (0)