diff --git a/src/cli_chess/__metadata__.py b/src/cli_chess/__metadata__.py index 44862ff..32e9527 100644 --- a/src/cli_chess/__metadata__.py +++ b/src/cli_chess/__metadata__.py @@ -1,5 +1,5 @@ __name__ = "cli-chess" -__version__ = "1.4.1" +__version__ = "1.4.2" __description__ = "A highly customizable way to play chess in your terminal" __url__ = "https://github.com/trevorbayless/cli-chess" __author__ = "Trevor Bayless"