Skip to content

Commit 47ce1b2

Browse files
author
Joel Niklaus
committed
release v0.8.0
1 parent 90e9c2f commit 47ce1b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "datatrove"
3-
version = "0.7.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)
3+
version = "0.8.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)
44
description = "HuggingFace library to process and filter large amounts of webdata"
55
readme = "README.md"
66
authors = [
7-
{name = "HuggingFace Inc.", email = "guilherme@huggingface.co"}
7+
{name = "HuggingFace Inc.", email = "guilherme@macrodata.co"}
88
]
99
license = {text = "Apache-2.0"}
1010
classifiers = [
@@ -62,7 +62,6 @@ processing = [
6262
"xxhash",
6363
# "kenlm",
6464
"pyahocorasick",
65-
6665
]
6766
decont = [
6867
"lighteval>=0.3.0",

0 commit comments

Comments
 (0)