From de89aad039bef3962b429efe7ffb3101e7f4e1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 9 Jul 2023 12:04:59 +0200 Subject: [PATCH] Release nalgebra-macro v0.2.1 --- nalgebra-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nalgebra-macros/Cargo.toml b/nalgebra-macros/Cargo.toml index a6a2d14cf..8124ec78f 100644 --- a/nalgebra-macros/Cargo.toml +++ b/nalgebra-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-macros" -version = "0.2.0" +version = "0.2.1" authors = [ "Andreas Longva", "Sébastien Crozet " ] edition = "2018" description = "Procedural macros for nalgebra"