We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e19a9 commit af30a03Copy full SHA for af30a03
optillm/__init__.py
@@ -1,5 +1,5 @@
1
# Version information
2
-__version__ = "0.3.4"
+__version__ = "0.3.5"
3
4
# Import from server module
5
from .server import (
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "optillm"
7
-version = "0.3.4"
+version = "0.3.5"
8
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments