From d3168cecc5a0658470e0b7bd4e565b9ae5eee33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0oltis?= Date: Fri, 29 Sep 2023 15:02:54 +0200 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 558e2f3..79c5083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysortlib" -version = "0.1.2" +version = "0.2.0" description = "Python Sorting Library" license = "MIT" authors = ["Michal Šoltis "]