diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-10-10 21:36:22 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-10-10 21:36:22 -0400 |
commit | e8cdb0b4e56666a69a61ae1e56d32cb05c3404b5 (patch) | |
tree | 651283c4e052cdd55be27532fb3c3bdd19b402c3 /setup.py | |
parent | be8d07470a4d8c5709710d63bebd781cee69ec57 (diff) | |
download | markdown-e8cdb0b4e56666a69a61ae1e56d32cb05c3404b5.tar.gz markdown-e8cdb0b4e56666a69a61ae1e56d32cb05c3404b5.tar.bz2 markdown-e8cdb0b4e56666a69a61ae1e56d32cb05c3404b5.zip |
Release 2.1.0-Beta2.1.0.beta
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |