From ba1d5f748105bbd2f735614c0c87d9fbbb046c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 3 Dec 2023 23:06:34 +0100 Subject: [PATCH] v0.2.1 --- setup.py | 5 +++++ stuntcat/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f317782..972677f 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,11 @@ def load_pycparser(finder, module): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Software Development :: Libraries :: pygame', 'Topic :: Games/Entertainment :: Arcade', ], diff --git a/stuntcat/__init__.py b/stuntcat/__init__.py index 1275cd5..c67e24f 100644 --- a/stuntcat/__init__.py +++ b/stuntcat/__init__.py @@ -1,7 +1,7 @@ """ Stuntcat the game """ -__version__ = "0.2.1.dev1" +__version__ = "0.2.1" from stuntcat import game