diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9efd1bb..3a3fe81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "sliceitoff" -version = "0.2-gamma" +version = "0.2-beta" description = "Arcade game where one slices play area off avoiding enemies." authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.md" packages = [{include = "sliceitoff", from = "src"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" pygame = "^2.5.2" |