From e841bb7dd568d894930a9c3918120f412a7e4c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AE?= Date: Thu, 11 Jul 2024 00:03:15 +0300 Subject: [PATCH] v.4.1.5 --- TUIFIManager/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TUIFIManager/__init__.py b/TUIFIManager/__init__.py index 6e1c550..8a89695 100644 --- a/TUIFIManager/__init__.py +++ b/TUIFIManager/__init__.py @@ -24,7 +24,7 @@ import re import os -__version__: Final[str] = "4.0.6" +__version__: Final[str] = "4.1.5" PADDING_LEFT = 2 PADDING_RIGHT = 2 diff --git a/pyproject.toml b/pyproject.toml index 2456884..1964b2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TUIFIManager" -version = "4.0.6" +version = "4.1.5" description = "A cross-platform terminal-based termux-oriented file manager." requires-python = ">=3.8" diff --git a/setup.cfg b/setup.cfg index eefcde6..fbfb7fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = TUIFIManager -version = 4.0.6 +version = 4.1.5 description = A cross-platform terminal-based termux-oriented file manager long_description = file: docs/README.md long_description_content_type = text/markdown