Skip to content

Commit a124c85

Browse files
committed
v.5.0.5
1 parent cad24b4 commit a124c85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TUIFIManager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import re
2727
import os
2828

29-
__version__: Final[str] = "5.0.0"
29+
__version__: Final[str] = "5.0.5"
3030

3131
PADDING_LEFT = 2
3232
PADDING_RIGHT = 2

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 = "TUIFIManager"
7-
version = "5.0.0"
7+
version = "5.0.5"
88

99
description = "A cross-platform terminal-based termux-oriented file manager."
1010
requires-python = ">=3.8"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[metadata]
33
name = TUIFIManager
4-
version = 5.0.0
4+
version = 5.0.5
55
description = A cross-platform terminal-based termux-oriented file manager
66
long_description = file: docs/README.md
77
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)