diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-08 23:50:29 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-08 23:50:29 +0300 |
commit | b1e18bc5b92826078fc7c480a2662b9208f2edac (patch) | |
tree | df9d91a26357e8af7c94e15b899914057bf94808 /pyproject.toml | |
parent | a433d57a893d3605db5fe1eb501e5ae25d547ac1 (diff) |
nt compatibility
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 fb01158..bd20970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sliceitoff" -version = "0.3-alpha" +version = "0.3-beta" description = "Arcade game where one slices play area off avoiding enemies." authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.txt" |