aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-10-10 21:36:22 -0400
committerWaylan Limberg <waylan@gmail.com>2011-10-10 21:36:22 -0400
commite8cdb0b4e56666a69a61ae1e56d32cb05c3404b5 (patch)
tree651283c4e052cdd55be27532fb3c3bdd19b402c3 /setup.py
parentbe8d07470a4d8c5709710d63bebd781cee69ec57 (diff)
downloadmarkdown-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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