From 4d2b4eb73624acbaf5edca6f1cb01cdd4592a569 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Sat, 23 Aug 2025 00:25:20 +0800 Subject: [PATCH] Bump version to 0.1.27 Update version number in __init__.py and pyproject.toml to 0.1.27 for a new release. --- optillm/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optillm/__init__.py b/optillm/__init__.py index 9e0162ea..fdd03993 100644 --- a/optillm/__init__.py +++ b/optillm/__init__.py @@ -2,7 +2,7 @@ import os # Version information -__version__ = "0.1.26" +__version__ = "0.1.27" # Get the path to the root optillm.py spec = util.spec_from_file_location( diff --git a/pyproject.toml b/pyproject.toml index 841cb9d3..6a4ee4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "optillm" -version = "0.1.26" +version = "0.1.27" description = "An optimizing inference proxy for LLMs." readme = "README.md" license = "Apache-2.0"