From c428e426af89408744cb86137d9e1e4fdd2185a7 Mon Sep 17 00:00:00 2001 From: AThePeanut4 <49614525+AThePeanut4@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:28:24 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 383fedf..3548a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docify" -version = "0.1.0" +version = "1.0.0" dependencies = [ "libcst >= 1.1.0", "tqdm >= 4.66.4",