From 1ccb8f255d1ae43bef240fdd024bb7a8f67e9bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AE?= Date: Thu, 9 May 2024 06:49:10 +0300 Subject: [PATCH] v.4.0.6 --- 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 0c04775..341e988 100644 --- a/TUIFIManager/__init__.py +++ b/TUIFIManager/__init__.py @@ -24,7 +24,7 @@ import re import os -__version__: Final[str] = "4.0.5" +__version__: Final[str] = "4.0.6" PADDING_LEFT = 2 PADDING_RIGHT = 2 diff --git a/pyproject.toml b/pyproject.toml index 4357866..8f8b0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TUIFIManager" -version = "4.0.5" +version = "4.0.6" description = "A cross-platform terminal-based termux-oriented file manager." requires-python = ">=3.8" diff --git a/setup.cfg b/setup.cfg index f3ea35d..ae71d49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = TUIFIManager -version = 4.0.5 +version = 4.0.6 description = A cross-platform terminal-based termux-oriented file manager long_description = file: docs/README.md long_description_content_type = text/markdown