Skip to content

Commit d9699ad

Browse files
committed
a
1 parent acf2e75 commit d9699ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.2.2"
2+
__version__ = "0.2.3"
33

44
# Import from server module
55
from .server import (

pyproject.toml

Lines changed: 4 additions & 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.2.2"
7+
version = "0.2.3"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -79,6 +79,9 @@ include = ["optillm*"]
7979
[tool.setuptools.package-data]
8080
optillm = [
8181
"plugins/*.py",
82+
"plugins/proxy/*.py",
83+
"plugins/proxy/*.yaml",
84+
"plugins/proxy/*.md",
8285
"cepo/*.py",
8386
"cepo/configs/*.yaml",
8487
]

0 commit comments

Comments
 (0)