diff --git a/TUIFIManager/__init__.py b/TUIFIManager/__init__.py index 0c81293..dbd9e25 100644 --- a/TUIFIManager/__init__.py +++ b/TUIFIManager/__init__.py @@ -24,7 +24,7 @@ import re import os -__version__: Final[str] = "4.1.5" +__version__: Final[str] = "4.1.7" PADDING_LEFT = 2 PADDING_RIGHT = 2 diff --git a/pyproject.toml b/pyproject.toml index 1964b2e..1f4b0df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TUIFIManager" -version = "4.1.5" +version = "4.1.7" description = "A cross-platform terminal-based termux-oriented file manager." requires-python = ">=3.8" diff --git a/setup.cfg b/setup.cfg index fbfb7fb..1000d87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = TUIFIManager -version = 4.1.5 +version = 4.1.7 description = A cross-platform terminal-based termux-oriented file manager long_description = file: docs/README.md long_description_content_type = text/markdown