From fc1a66f972d87a58a4a4001c9030cb56b88602e3 Mon Sep 17 00:00:00 2001 From: iaacornus Date: Wed, 31 Aug 2022 01:14:38 +0800 Subject: [PATCH] update package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5abf97d..412f294 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def find_module(PATH: str = "src") -> list[str]: setup( name="simtex", - version="v0.3.2-beta", + version="v0.3.2.1-beta", description=( "Convert your markdown or text files" " into LaTeX/pdf with one command!"