From e2c64de23429e807d3d287b6a979e64a763f708b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0oltis?= Date: Fri, 17 Jan 2025 14:05:46 +0100 Subject: [PATCH] First stable 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 974832e..967a9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["poetry-core"] [tool.poetry] name = "pysortlib" -version = "0.6.0" +version = "1.0.0" description = "Python Sorting Library" license = "MIT" authors = ["Michal Šoltis "]