From 1847d1e9bd9d6131859884b7d1e9f23a7683494d Mon Sep 17 00:00:00 2001 From: Petr Bodnar Date: Sun, 11 Jun 2023 12:31:38 +0200 Subject: [PATCH] chore: version 1.1.0 --- mistletoe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistletoe/__init__.py b/mistletoe/__init__.py index da270262..45f89feb 100644 --- a/mistletoe/__init__.py +++ b/mistletoe/__init__.py @@ -2,7 +2,7 @@ Make mistletoe easier to import. """ -__version__ = "1.1.0-SNAPSHOT" +__version__ = "1.1.0" __all__ = ['html_renderer', 'ast_renderer', 'block_token', 'block_tokenizer', 'span_token', 'span_tokenizer']