From bdb2960f2436b17cd0d2752f245e1053da8b393d Mon Sep 17 00:00:00 2001 From: Josh Carlson <837837+magneticstain@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:46:24 -0400 Subject: [PATCH] Update app version to `v0.0.3-4` --- 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 d30d5dc..9264e8b 100755 --- a/src/plexer_cli/main.py +++ b/src/plexer_cli/main.py @@ -6,7 +6,7 @@ """ __author__ = "magneticstain" -__version__ = "0.0.3-3" +__version__ = "0.0.3-4" __license__ = "MIT" import argparse