From 56e6111ae7ccd5fb3af89d67959a664b69db3d20 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Wed, 6 Nov 2019 14:48:55 +0800 Subject: [PATCH] release: bump version to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23d2d71..a6b2d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.6.0" +version = "0.7.0" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize"