Skip to content

Commit 799cd11

Browse files
committedJan 14, 2022
Version bump 2.0.2
1 parent babb0cf commit 799cd11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mistune/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def markdown(text, escape=True, renderer=None, plugins=None):
6060
'html', 'create_markdown', 'markdown',
6161
]
6262

63-
__version__ = '2.0.1'
63+
__version__ = '2.0.2'

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mistune
3-
version = 2.0.1
3+
version = attr: mistune.__version__
44
author = Hsiaoming Yang
55
author_email = me@lepture.com
66
license = BSD 3-Clause License

0 commit comments

Comments
 (0)
Please sign in to comment.