Skip to content

Commit f82443b

Browse files
committed
Bump version to 0.3.2
Update __init__.py and pyproject.toml to reflect new version 0.3.2. No other changes included.
1 parent 2c0f163 commit f82443b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.3.1"
2+
__version__ = "0.3.2"
33

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

pyproject.toml

Lines changed: 1 addition & 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.3.1"
7+
version = "0.3.2"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)