Skip to content

Commit e958509

Browse files
committed
Bump version to 0.2.8
Update __version__ in optillm/__init__.py and the version field in pyproject.toml to 0.2.8 for a new release.
1 parent 9201966 commit e958509

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.7"
2+
__version__ = "0.2.8"
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.7"
7+
version = "0.2.8"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)