From 41cd027b9256e9edf708c8cc2246f24cd6334d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Sun, 28 Jul 2024 18:20:46 +0200 Subject: [PATCH] Correct author field --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb9579c..188c485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "lambert_w" -version = "0.1.0" +version = "0.1.1" dependencies = [ "approx", ] diff --git a/Cargo.toml b/Cargo.toml index 5ca84b5..7693c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "lambert_w" -version = "0.1.0" +version = "0.1.1" edition = "2021" -authors = ["Johanna Sörngård , Toshio Fukushima "] +authors = ["Johanna Sörngård "] categories = ["mathematics"] keywords = ["lambert_w", "product_log", "omega_function"] description = "Fast and accurate evaluation of the Lambert W function by the method of T. Fukushima."