File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ CHANGELOG
11
11
=====
12
12
13
13
* feature: Add Chainer 4.1.0 support
14
- * bug-fix: Use chainer_full_version fixture in Chainer integration tests
15
14
16
15
1.5.4
17
16
=====
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ You can install from source by cloning this repository and issuing a pip install
50
50
51
51
git clone https://github.com/aws/sagemaker-python-sdk.git
52
52
python setup.py sdist
53
- pip install dist/sagemaker-1.6.0 .tar.gz
53
+ pip install dist/sagemaker-1.6.1 .tar.gz
54
54
55
55
Supported Python versions
56
56
~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
23
23
24
24
25
25
setup (name = "sagemaker" ,
26
- version = "1.6.0 " ,
26
+ version = "1.6.1 " ,
27
27
description = "Open source library for training and deploying models on Amazon SageMaker." ,
28
28
packages = find_packages ('src' ),
29
29
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments