From ee2fcbe66e53a740ae009b204d117b5f853a6fc9 Mon Sep 17 00:00:00 2001 From: Josh Carlson <837837+magneticstain@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:55:33 -0400 Subject: [PATCH] Update app version to `v0.0.3-5` --- src/plexer_cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plexer_cli/main.py b/src/plexer_cli/main.py index 9264e8b..efa81a2 100755 --- a/src/plexer_cli/main.py +++ b/src/plexer_cli/main.py @@ -6,7 +6,7 @@ """ __author__ = "magneticstain" -__version__ = "0.0.3-4" +__version__ = "0.0.3-5" __license__ = "MIT" import argparse