diff --git a/pyproject.toml b/pyproject.toml index 8a9be20..fb9f027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "battleship-tui" -version = "0.24.0" +version = "0.24.1" description = "Battleship TUI is an implementation of the popular paper-and-pen Battleship game for your terminal." authors = ["Roman Vlasenko "] readme = "README.md"