From 97c28a795649e56c6debe428565678b2878a2fbf Mon Sep 17 00:00:00 2001 From: Matthieu BAUMANN Date: Wed, 8 Mar 2023 11:53:33 +0100 Subject: [PATCH] v0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6678f87..7f0098b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fitsrs" -version = "0.2.0" +version = "0.2.1" authors = ["Matthieu Baumann "] edition = "2018" description = "Implementation of the FITS image parser"