diff --git a/chess_gen.py b/chess_gen.py index 4235c29..44aa7f7 100644 --- a/chess_gen.py +++ b/chess_gen.py @@ -13,7 +13,7 @@ from rich.panel import Panel from rich.table import Table -__version__ = "1.0.0" +__version__ = "1.1.0" WHITE_PAWN = Piece.from_symbol("P") BLACK_PAWN = Piece.from_symbol("p")