From d245277e1fe5aec1b296e7c00b5caa924f6f2e59 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:59:10 +0200 Subject: [PATCH] Increase version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50c8f3d..bb574b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "mdit-py-i18n" -version = "0.1.0" +version = "0.1.1" description = "Markdown i18n and l10n using markdown-it-py" authors = ["Phu Hung Nguyen "] license = "LGPL-2.1-or-later"