From 90f71f57859e6df354503c1198053744a593db3d Mon Sep 17 00:00:00 2001 From: iaacornus Date: Sat, 3 Sep 2022 23:31:59 +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 8173c56..a29d3f8 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.2-beta", + version="0.3.3-beta", description=( "Convert your markdown or text files" " into LaTeX/pdf with one command!"