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