From f1d1300512a1956a3959f02a23fc7d9e8bd88343 Mon Sep 17 00:00:00 2001 From: pylover Date: Sun, 1 Sep 2024 18:30:43 +0330 Subject: [PATCH] v1.0.2 --- yhttp/markdown/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yhttp/markdown/__init__.py b/yhttp/markdown/__init__.py index 609a1a8..7589783 100644 --- a/yhttp/markdown/__init__.py +++ b/yhttp/markdown/__init__.py @@ -1,4 +1,4 @@ from .decorator import markdown2html -__version__ = '1.0.1' +__version__ = '1.0.2'