From 33351f3f9f04c9c74ad09eaa0db7e0f22b2489fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 3 Dec 2023 23:16:43 +0100 Subject: [PATCH] v0.2.2 --- stuntcat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuntcat/__init__.py b/stuntcat/__init__.py index c67e24f..8aab8e5 100644 --- a/stuntcat/__init__.py +++ b/stuntcat/__init__.py @@ -1,7 +1,7 @@ """ Stuntcat the game """ -__version__ = "0.2.1" +__version__ = "0.2.2" from stuntcat import game