diff --git a/Cargo.toml b/Cargo.toml index 197133d5..a3df0e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolma" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 52c5f298..eaf2ae7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dolma" -version = "0.6.4" +version = "0.6.5" description = "Data filters" license = {text = "Apache-2.0"} readme = "README.md"