Skip to content

Commit 5cee3a1

Browse files
author
Artem Yunusov
committed
Added alpha version tag.
1 parent 2373a07 commit 5cee3a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

markdown.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
2828
"""
2929

30-
version = "2.0"
31-
version_info = (2,0,0, "beta")
30+
version = "2.0-alpha"
31+
version_info = (2,0,0, "alpha")
3232
__revision__ = "$Rev$"
3333

3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = 'Markdown',
5-
version = '1.7',
5+
version = '2.0-alpha',
66
description = "Python implementation of Markdown.",
77
author = "Manfred Stienstra and Yuri takhteyev",
88
author_email = "yuri [at] freewisdom.org",

0 commit comments

Comments
 (0)