From cd17731eb566801036e83ae58b939f29944a8263 Mon Sep 17 00:00:00 2001 From: Roman Vlasenko Date: Fri, 30 Aug 2024 01:24:36 +0300 Subject: [PATCH] Bump client version to 0.24.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"