From 24b33d6983656921e910e20712a00dbecd461186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Fri, 22 Dec 2023 06:11:51 -0300 Subject: [PATCH] Version 0.2.1 - JOSS publication (#71) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e017815..f347548 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,7 +409,7 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" [[package]] name = "gsw" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cbindgen", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 6f1bc3b..9dd89d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gsw" -version = "0.2.0" +version = "0.2.1" authors = [ "Guilherme Castelão ", "Luiz Irber "