diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-27 23:15:55 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-27 23:15:55 +0300 |
commit | 418e9144d5059212693c3f848ecf095dbb0f690a (patch) | |
tree | 70fd12178fa2c9d64ed272c0621e9e63257fe44a /pyproject.toml | |
parent | 1727b104e6f301d3a3f007f736227d592d8ebbef (diff) |
fix default settings getterv0.4b2
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 06fb9da..93176ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sliceitoff" -version = "0.4-beta1" +version = "0.4-beta2" description = "Arcade game where one slices play area off while avoiding slicing happy faces." repository = "https://git.hix.fi/sliceitoff.git/" authors = ["Viljami Ilola <+@hix.fi>"] |