From d696e54a57fe7ca7bd7090a1539fb7f9654be2e8 Mon Sep 17 00:00:00 2001 From: Viginum-DataScientist-6 <210390336+Viginum-DataScientist-6@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:47:10 +0000 Subject: [PATCH] chore: bump version 1.0.0.post2 -> 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a12e259..1f73434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "d3lta" -version = "1.0.0.post2" +version = "1.0.1" description = "A library for detecting verbatim-duplicated contents within a vast amount of documents" readme = "README.md" authors = ["Viginum"]