Skip to content

Commit 547f85e

Browse files
committed
chore: bump up version for release.
1 parent 6169f68 commit 547f85e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/model_hosting_container_standards/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- FastAPI: from .common.fastapi import EnvVars, ENV_CONFIG
66
"""
77

8-
__version__ = "0.1.8"
8+
__version__ = "0.1.9"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "model-hosting-container-standards"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Python toolkit for standardized model hosting container implementations with Amazon SageMaker integration"
55
authors = ["Amazon Web Services"]
66
readme = "README.md"

0 commit comments

Comments
 (0)