Skip to content

Commit df16843

Browse files
committed
Update to 0.1.1
1 parent fc1f171 commit df16843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "CLIP-API-service"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="BentoML Authors", email="contact@bentoml.com" },
1010
]

src/clip_api_service/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)