From e8cdb0b4e56666a69a61ae1e56d32cb05c3404b5 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 10 Oct 2011 21:36:22 -0400 Subject: Release 2.1.0-Beta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8a28341..856366e 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except ImportError: raise ImportError("build_py_2to3 is required to build in Python 3.x.") from distutils.command.build_py import build_py -version = '2.1.0.alpha' +version = '2.1.0.beta' # The command line script name. Currently set to "markdown_py" so as not to # conflict with the perl implimentation (which uses "markdown"). We can't use -- cgit v1.2.3