Skip to content

Commit f588d8b

Browse files
committed
Bump version to 3.4.1
1 parent 3c58126 commit f588d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# (1, 2, 0, 'beta', 2) => "1.2b2"
2727
# (1, 2, 0, 'rc', 4) => "1.2rc4"
2828
# (1, 2, 0, 'final', 0) => "1.2"
29-
__version_info__ = (3, 4, 0, 'final', 0)
29+
__version_info__ = (3, 4, 1, 'final', 0)
3030

3131

3232
def _get_version(version_info):

0 commit comments

Comments
 (0)