From 9dcce9aa634acb8fa209b7f03f67aee857b6195a Mon Sep 17 00:00:00 2001 From: Trevor Bayless <3620552+trevorbayless@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:12:31 -0600 Subject: [PATCH] Bump version --- src/cli_chess/__metadata__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli_chess/__metadata__.py b/src/cli_chess/__metadata__.py index 32e9527..07115ad 100644 --- a/src/cli_chess/__metadata__.py +++ b/src/cli_chess/__metadata__.py @@ -1,5 +1,5 @@ __name__ = "cli-chess" -__version__ = "1.4.2" +__version__ = "1.4.3" __description__ = "A highly customizable way to play chess in your terminal" __url__ = "https://github.com/trevorbayless/cli-chess" __author__ = "Trevor Bayless"