File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.2.3-dev
5+ 1.2.3
66=========
77* bug-fix: Fix local mode not using the right s3 bucket
88
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You can install from source by cloning this repository and issuing a pip install
4747
4848 git clone https://github.com/aws/sagemaker-python-sdk.git
4949 python setup.py sdist
50- pip install dist/sagemaker-1.2.2 .tar.gz
50+ pip install dist/sagemaker-1.2.3 .tar.gz
5151
5252Supported Python versions
5353~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def __getattr__(cls, name):
1919 'numpy' , 'scipy' , 'scipy.sparse' ]
2020sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
2121
22- version = '1.2.2 '
22+ version = '1.2.3 '
2323project = u'sagemaker'
2424
2525# Add any Sphinx extension module names here, as strings. They can be extensions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
1111
1212
1313setup (name = "sagemaker" ,
14- version = "1.2.2 " ,
14+ version = "1.2.3 " ,
1515 description = "Open source library for training and deploying models on Amazon SageMaker." ,
1616 packages = find_packages ('src' ),
1717 package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments