Skip to content

Commit b4c40db

Browse files
committed
Bump version to 0.2.10
Update __init__.py and pyproject.toml to reflect new version 0.2.10.
1 parent 58b9a5a commit b4c40db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

optillm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version information
2-
__version__ = "0.2.9"
2+
__version__ = "0.2.10"
33

44
# Import from server module
55
from .server import (

pyproject.toml

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

55
[project]
66
name = "optillm"
7-
version = "0.2.9"
7+
version = "0.2.10"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)