summaryrefslogtreecommitdiff
path: root/markdown/__meta__.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-10-06 14:09:27 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2020-10-06 14:17:23 -0400
commitb8c6a76a97c46ae8b7b64236acfa420d7ea03344 (patch)
treef84454f44a31ed2ab212db8f79b1d02386a9046c /markdown/__meta__.py
parentf4b936b4125719a6bcc7c7859e08b2da720892de (diff)
downloadpython-markdown-b8c6a76a97c46ae8b7b64236acfa420d7ea03344.tar.gz
Bump version to 3.3.3.3
Diffstat (limited to 'markdown/__meta__.py')
-rw-r--r--markdown/__meta__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__meta__.py b/markdown/__meta__.py
index 3fbce19..a6f6e48 100644
--- a/markdown/__meta__.py
+++ b/markdown/__meta__.py
@@ -26,7 +26,7 @@ License: BSD (see LICENSE.md for details).
# (1, 2, 0, 'beta', 2) => "1.2b2"
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2"
-__version_info__ = (3, 3, 0, 'dev', 0)
+__version_info__ = (3, 3, 0, 'final', 0)
def _get_version(version_info):