Skip to content

Commit 9fbf547

Browse files
committed
chore: bump version 0.1.3 → 0.1.4
1 parent 63a6ff6 commit 9fbf547

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.1.4] - 2026-03-10
6+
57
### Changed
68
- Branching strategy: `feature → test → main` (previously direct to `main`)
79
- TestPyPI publish now triggers on merge to `test` branch (was `main`)

ptop3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22

33
from ptop3.monitor import aggregate, get_proc_rows, normalize_app_name
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ptop3"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "TUI process monitor that groups processes by application"
99
requires-python = ">=3.10"
1010
dependencies = ["psutil>=5.9"]
@@ -55,7 +55,7 @@ strict = false
5555
ignore_missing_imports = true
5656

5757
[tool.bumpversion]
58-
current_version = "0.1.3"
58+
current_version = "0.1.4"
5959
commit = true
6060
commit_args = "--no-verify"
6161
tag = true

0 commit comments

Comments
 (0)