From f2d5f5b991995d67a3c36c2af8859c3fcba0885b Mon Sep 17 00:00:00 2001 From: Stanislv Schmidt Date: Sat, 22 Feb 2025 19:34:02 +0100 Subject: [PATCH] Bump version --- chess_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess_gen.py b/chess_gen.py index 6f9ae45..6238d3f 100644 --- a/chess_gen.py +++ b/chess_gen.py @@ -14,7 +14,7 @@ from rich.panel import Panel from rich.table import Table -__version__ = "1.1.0" +__version__ = "1.2.0" WHITE_PAWN = Piece.from_symbol("P") BLACK_PAWN = Piece.from_symbol("p")