From dfc5775d7a11d26322df843a83f709b8af97d9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AE?= Date: Tue, 29 Aug 2023 01:42:12 +0300 Subject: [PATCH] v.3.3.4 --- 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 4ae4c5a..876a15b 100644 --- a/TUIFIManager/__init__.py +++ b/TUIFIManager/__init__.py @@ -23,7 +23,7 @@ import re import os -__version__: Final[str] = "3.3.1" +__version__: Final[str] = "3.3.4" PADDING_LEFT = 2 PADDING_RIGHT = 2 diff --git a/pyproject.toml b/pyproject.toml index f102253..3df2f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "TUIFIManager" -version = "3.3.1" +version = "3.3.4" description = "A cross-platform terminal-based termux-oriented file manager." requires-python = ">=3.8" diff --git a/setup.cfg b/setup.cfg index 6dac956..301745a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = TUIFIManager -version = 3.3.1 +version = 3.3.4 description = A cross-platform terminal-based termux-oriented file manager long_description = file: docs/README.md long_description_content_type = text/markdown