Skip to content

Commit

Permalink
Bump to version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Mar 23, 2023
1 parent c0faf52 commit be1c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
__version_info__ = (3, 4, 2, 'final', 0)
__version_info__ = (3, 4, 3, 'final', 0)


def _get_version(version_info):
Expand Down

0 comments on commit be1c283

Please sign in to comment.