From 18f226fd5e666cf16fecf589b25fcfd71806d501 Mon Sep 17 00:00:00 2001 From: gwbres Date: Sat, 9 Nov 2024 16:35:32 +0100 Subject: [PATCH] BINEX v0.4 (#280) * push new release Signed-off-by: Guillaume W. Bres --- binex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binex/Cargo.toml b/binex/Cargo.toml index fd3e6e0c..ece22b3a 100644 --- a/binex/Cargo.toml +++ b/binex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binex" -version = "0.3.0" +version = "0.4.0" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "BINEX Binary RINEX encoder and decoder"