diff --git a/gleam.toml b/gleam.toml index ed04ef1..1377ece 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "lenient_parse" -version = "2.0.0" +version = "3.0.0" description = "Lenient parsing functions for Gleam, modeled after Python's `int()` and `float()` built-ins." licences = ["Apache-2.0"]