diff --git a/chess_to_the_death/__init__.py b/chess_to_the_death/__init__.py index e4b3b73..c07fe00 100644 --- a/chess_to_the_death/__init__.py +++ b/chess_to_the_death/__init__.py @@ -1,5 +1,5 @@ """A simple chess variant where pieces have damage and health values.""" -__version__ = "0.1.1" +__version__ = "0.1.2" __sysversion__ = '3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]' __author__ = 'Silas A. Kraume'