From eca9402853d887c3739329fae655a0993a5713c7 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 12 Jun 2021 13:04:54 +0200 Subject: [PATCH] Increment version Signed-off-by: trivernis --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 433ee74..6b3d19e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "asciimath-rs" description = "AsciiMath parser" repository = "https://github.com/trivernis/asciimath-rs" -version = "0.5.8" +version = "0.6.0" authors = ["trivernis "] edition = "2018" readme = "README.md"