From 8e22755ec34dede71c6b83b8346c6e624d7b1139 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sat, 30 Sep 2023 16:42:47 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc9fcf..74f9cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oddio" -version = "0.6.2" +version = "0.7.0" authors = ["Benjamin Saunders "] edition = "2018" license = "MIT OR Apache-2.0"