From f8732aace2fcce9c23a3efff33d3475497cef59f Mon Sep 17 00:00:00 2001 From: Richard Viney Date: Thu, 7 Nov 2024 01:00:11 +1300 Subject: [PATCH] Release v1.0.3 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 801277b..6826565 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "ieee_float" -version = "1.0.2" +version = "1.0.3" description = "Gleam library that provides an IEEE 754 compliant float type." licences = ["MIT"] repository = { type = "github", user = "richard-viney", repo = "ieee_float" }