Skip to content

Commit af30a03

Browse files
committed
Bump version to 0.3.5
Update __version__ in __init__.py and project version in pyproject.toml to 0.3.5 for new release.
1 parent 32e19a9 commit af30a03

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

0 commit comments

Comments
 (0)