Skip to content

Commit 68ebee9

Browse files
committed
chore: bump version to 1.4.1 for documentation overhaul
1 parent a8fdb01 commit 68ebee9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.4.1] - 2026-06-07
10+
11+
### Changed
12+
- Updated repository documentation to reflect precise terminology for new hardware features.
13+
914
## [1.4.0] - 2026-06-07
1015

1116
This release adds multi-GPU hardware topology modeling and a vLLM serving capacity engine for inference planning. We also overhauled how remote Hub interactions work to speed up metadata fetching.

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 = "modelinfo-cli"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "A CLI tool to inspect ML checkpoints (.safetensors, .gguf, .pt) and calculate inference VRAM, multi-GPU memory splits, and vLLM serving capacity."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/modelinfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
modelinfo - A high-performance CLI utility for inspecting ML model checkpoints.
33
"""
44

5-
__version__ = "1.4.0"
5+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)