File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
import re
27
27
import os
28
28
29
- __version__ : Final [str ] = "5.0.0 "
29
+ __version__ : Final [str ] = "5.0.5 "
30
30
31
31
PADDING_LEFT = 2
32
32
PADDING_RIGHT = 2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " TUIFIManager"
7
- version = " 5.0.0 "
7
+ version = " 5.0.5 "
8
8
9
9
description = " A cross-platform terminal-based termux-oriented file manager."
10
10
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1
1
2
2
[metadata]
3
3
name = TUIFIManager
4
- version = 5.0.0
4
+ version = 5.0.5
5
5
description = A cross-platform terminal-based termux-oriented file manager
6
6
long_description = file: docs/README.md
7
7
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments