Skip to content

Commit 0efba75

Browse files
committed
Bump version to 0.1.26
Update version numbers in __init__.py and pyproject.toml to 0.1.26 for the next release.
1 parent 9feddb1 commit 0efba75

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
@@ -2,7 +2,7 @@
22
import os
33

44
# Version information
5-
__version__ = "0.1.22"
5+
__version__ = "0.1.26"
66

77
# Get the path to the root optillm.py
88
spec = util.spec_from_file_location(

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.1.25"
7+
version = "0.1.26"
88
description = "An optimizing inference proxy for LLMs."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)