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