From 1ee740cffc2b8cf66cc2d96f07d45c37bcf71d1c Mon Sep 17 00:00:00 2001 From: Trevor Bayless Date: Fri, 1 Sep 2023 11:56:28 -0500 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 87c6ba9..05bdb06 100644 --- a/src/cli_chess/__metadata__.py +++ b/src/cli_chess/__metadata__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . __name__ = "cli-chess" -__version__ = "1.0.2" +__version__ = "1.1.0" __description__ = "A highly customizable way to play chess in your terminal" __url__ = "https://github.com/trevorbayless/cli-chess" __author__ = "Trevor Bayless"