Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 20, 2024
1 parent 6dd03f7 commit 93878a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess_to_the_death/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 93878a9

Please sign in to comment.