From 4880fb44145ea0d1c8ef3831cd0994f0f080a910 Mon Sep 17 00:00:00 2001 From: doronz Date: Mon, 11 Sep 2023 16:00:57 +0300 Subject: [PATCH] pyproject: bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ab7611..2258332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hilda" -version = "0.3.1" +version = "1.0.0" description = "LLDB wrapped and empowered by iPython's features" readme = "README.md" requires-python = ">=3.8"