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}