From ea9976b198b72defbff4a7f847c399073c6f8a5d Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Wed, 28 Jun 2023 05:43:05 -0300 Subject: [PATCH] Changes Version to 1.1a0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea42049..a4dc18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diceplayer" -version = "0.0.2" +version = "1.1a0" description = "" authors = ["Vitor Hideyoshi ", "Herbert Georg "] license = "GPL-2.0-only" @@ -55,4 +55,4 @@ sections=[ "LOCALFOLDER", "THIRDPARTY", "STDLIB", -] \ No newline at end of file +]