We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21ce3 commit 785f3b1Copy full SHA for 785f3b1
CHANGELOG.rst
@@ -3,7 +3,7 @@ CHANGELOG
3
=========
4
5
6
-1.2.dev5
+1.2.5
7
========
8
9
* bug-fix: Change module names to string type in __all__
setup.py
@@ -23,7 +23,7 @@ def read(fname):
23
24
25
setup(name="sagemaker",
26
- version="1.2.4",
+ version="1.2.5",
27
description="Open source library for training and deploying models on Amazon SageMaker.",
28
packages=find_packages('src'),
29
package_dir={'': 'src'},
0 commit comments