Skip to content

Commit 651cb0d

Browse files
committed
Bump version to 0.2.5
1 parent ceeb1f8 commit 651cb0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "vllm-mlx"
7-
version = "0.2.4"
7+
version = "0.2.5"
88
description = "vLLM-like inference for Apple Silicon - GPU-accelerated Text, Image, Video & Audio on Mac"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

vllm_mlx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Support for LLM and multimodal models
1313
"""
1414

15-
__version__ = "0.2.4"
15+
__version__ = "0.2.5"
1616

1717
# All imports are lazy to allow usage on non-Apple Silicon platforms
1818
# (e.g., CI running on Linux) where mlx_lm is not available.

0 commit comments

Comments
 (0)