From 842b241c23bbd2aaa5c102a28a26b3c3a98589bb Mon Sep 17 00:00:00 2001 From: Guilherme Penedo Date: Fri, 6 Dec 2024 19:23:33 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08d2dfa7..918d95a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "datatrove" -version = "0.3.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) +version = "0.4.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) description = "HuggingFace library to process and filter large amounts of webdata" readme = "README.md" authors = [