From d2e42bfa99d8bb417d8eaf365d290a071ad49b7f Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 31 Mar 2024 18:49:36 +0300 Subject: fix enemy count test & v0.2 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 3a3fe81..ea19274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sliceitoff" -version = "0.2-beta" +version = "0.2" description = "Arcade game where one slices play area off avoiding enemies." authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.md" @@ -32,7 +32,6 @@ source-roots = ["src/sliceitoff"] extension-pkg-whitelist = ["pygame"] [tool.pylint."messages control"] -#disable = [ "c-extension-no-member" ] disable = [ "too-few-public-methods" # pygame sprites and groups ] -- cgit v1.2.3