From fa53be09342409deee42f660190f80fcb9cfc4f8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Jan 2023 19:08:12 +0100 Subject: [PATCH] bump version to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bc5290..c3fa456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.5.0-rc.0" +version = "0.5.0" edition = "2021" rust-version = "1.60" authors = ["Robin Mueller "]