From b8fa991987174fec5b7577d2eee6412c14689829 Mon Sep 17 00:00:00 2001 From: taaaf11 Date: Wed, 2 Oct 2024 14:46:27 +0500 Subject: [PATCH] Fix tests. Fix misc bugs. --- pyproject.toml | 2 +- src/arxd/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97e71d0..7c4e236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "arxd" description = "Extract (and delete) archive files under present working directory." readme = "README.md" license = {file = "LICENSE"} -version = "3.0.0" +version = "3.1.0" authors = [ {name = "Muhammad Altaaf", email = "taafuuu@gmail.com"} ] diff --git a/src/arxd/constants.py b/src/arxd/constants.py index 13a39e3..30b9866 100644 --- a/src/arxd/constants.py +++ b/src/arxd/constants.py @@ -12,7 +12,7 @@ ┴ ┴┴└─┴ └──┴┘\ """ -PROG_VER: Final = "2.0.0" +PROG_VER: Final = "3.1.0" PROG_DESC: Final = f"""\ {PROG_NAME_DESIGN}