From 37e169677dd3d5f13f46288473f4122df26afd28 Mon Sep 17 00:00:00 2001 From: Nadir Fejzic Date: Sun, 26 Nov 2023 00:55:17 +0100 Subject: [PATCH] chore: update version in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b220799..85e4710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alemat" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Nadir Fejzic "] description = "Library for type-safe building of MathML."