diff --git a/gleam.toml b/gleam.toml index b00d41d..85a3311 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "ieee_float" -version = "0.2.4" +version = "1.0.0" description = "Gleam library that provides an IEEE 754 compliant float type." licences = ["MIT"] repository = { type = "github", user = "richard-viney", repo = "ieee_float" }