Skip to content

Commit ddfc301

Browse files
ChoiByungWooknadiaya
authored andcommitted
Fix README for PyPI (#643)
1 parent 2af36ad commit ddfc301

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
1.18.3.post1
6+
============
7+
8+
* doc-fix: fix README for PyPI
9+
510
1.18.3
611
======
712

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ Here is an end to end example of how to use a SageMaker Estimator:
196196
The example above will eventually delete both the SageMaker endpoint and endpoint configuration through `delete_endpoint()`. If you want to keep your SageMaker endpoint configuration, use the value False for the `delete_endpoint_config` parameter, as shown below.
197197

198198
.. code:: python
199+
199200
# Only delete the SageMaker endpoint, while keeping the corresponding endpoint configuration.
200201
mxnet_predictor.delete_endpoint(delete_endpoint_config=False)
201202

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(fname):
3333
required_packages.append('enum34>=1.1.6')
3434

3535
setup(name="sagemaker",
36-
version='1.18.3',
36+
version='1.18.3.post1',
3737
description="Open source library for training and deploying models on Amazon SageMaker.",
3838
packages=find_packages('src'),
3939
package_dir={'': 'src'},

0 commit comments

Comments
 (0)