From 93878a9ff4ecd78642a98afb4131c385af6feeac Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Sat, 20 Jan 2024 01:23:18 +0100 Subject: [PATCH] bump version --- chess_to_the_death/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'