Skip to content

Commit

Permalink
2.0-beta tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
artynusov committed Aug 18, 2008
1 parent 871b335 commit 6315590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

version = "2.0-alpha"
version_info = (2,0,0, "alpha")
version_info = (2,0,0, "beta")

import re, sys, codecs, htmlentitydefs
from urlparse import urlparse, urlunparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'Markdown',
version = '2.0-alpha',
version = '2.0-beta',
description = "Python implementation of Markdown.",
author = "Manfred Stienstra and Yuri takhteyev",
author_email = "yuri [at] freewisdom.org",
Expand Down

0 comments on commit 6315590

Please sign in to comment.