From 1631ff88945fa27d474049ebd8855cde55a03ddc Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Tue, 16 Jan 2024 23:46:59 +0200 Subject: [PATCH] chore: bump up the version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f3e9d1..cf746ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tetris" -version = "0.1.2" +version = "0.1.3" description = "Tetris game" authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] readme = "README.md"