From 26a03a7bce525170ea8b50b20863881deb35d2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0oltis?= Date: Wed, 20 Dec 2023 15:08:12 +0100 Subject: [PATCH] new release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Šoltis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b93350e..53d4dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysortlib" -version = "0.2.1" +version = "0.3.0" description = "Python Sorting Library" license = "MIT" authors = ["Michal Šoltis "]