diff --git a/Cargo.toml b/Cargo.toml index 6164669c..6fd7ecd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dolma" -version = "0.9.1" +version = "0.9.2" edition = "2021" license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 1995d749..30248c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dolma" -version = "0.9.1" +version = "0.9.2" description = "Data filters" license = {text = "Apache-2.0"} readme = "README.md"