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 b4813fb commit c2bad7dCopy full SHA for c2bad7d
optillm/__init__.py
@@ -1,5 +1,5 @@
1
# Version information
2
-__version__ = "0.2.1"
+__version__ = "0.2.2"
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.2.1"
+version = "0.2.2"
8
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments