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 f6cf725 commit 8f340a7Copy full SHA for 8f340a7
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.30"
+__version__ = "0.2.0"
6
7
# Get the path to the root optillm.py
8
spec = util.spec_from_file_location(
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "optillm"
-version = "0.1.30"
+version = "0.2.0"
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments