Skip to content

Commit f8c0a2a

Browse files
bump version to 0.1.5 for auto-restart (#20)
1 parent df3a3e8 commit f8c0a2a

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.4"
8+
__version__ = "0.1.5"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "model-hosting-container-standards"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Python toolkit for standardized model hosting container implementations with Amazon SageMaker integration"
55
authors = [
66
{name = "Amazon Web Services"}

0 commit comments

Comments
 (0)