From 1097734a1e9c716d26081e2eb150d8fff8675c10 Mon Sep 17 00:00:00 2001 From: Ronie Martinez Date: Wed, 6 Dec 2023 20:13:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e68fa6..257b036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "latex2mathml" -version = "3.76.0" +version = "3.77.0" repository = "https://github.com/roniemartinez/latex2mathml" description = "Pure Python library for LaTeX to MathML conversion" authors = ["Ronie Martinez "]