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 6169f68 commit 547f85eCopy full SHA for 547f85e
python/model_hosting_container_standards/__init__.py
@@ -5,4 +5,4 @@
5
- FastAPI: from .common.fastapi import EnvVars, ENV_CONFIG
6
"""
7
8
-__version__ = "0.1.8"
+__version__ = "0.1.9"
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "model-hosting-container-standards"
3
-version = "0.1.8"
+version = "0.1.9"
4
description = "Python toolkit for standardized model hosting container implementations with Amazon SageMaker integration"
authors = ["Amazon Web Services"]
readme = "README.md"
0 commit comments