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 06a6eb0 commit 413577bCopy full SHA for 413577b
optillm/__init__.py
@@ -1,5 +1,5 @@
1
# Version information
2
-__version__ = "0.2.10"
+__version__ = "0.3.0"
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.10"
+version = "0.3.0"
8
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments