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 df3a3e8 commit f8c0a2aCopy full SHA for f8c0a2a
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.4"
+__version__ = "0.1.5"
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "model-hosting-container-standards"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Python toolkit for standardized model hosting container implementations with Amazon SageMaker integration"
authors = [
{name = "Amazon Web Services"}
0 commit comments