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