aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-08-03 22:35:27 -0400
committerWaylan Limberg <waylan@gmail.com>2011-08-03 22:35:27 -0400
commit2f0af63382e0389d9827787017db729bd7395eb4 (patch)
treede688a3a9001d99045d1c5cf20508ce882d9fde9 /setup.py
parent47d8d4c175b26f71c3c9341cb5b50910359b124c (diff)
downloadmarkdown-2f0af63382e0389d9827787017db729bd7395eb4.tar.gz
markdown-2f0af63382e0389d9827787017db729bd7395eb4.tar.bz2
markdown-2f0af63382e0389d9827787017db729bd7395eb4.zip
Set version to '2.1.0.alpha'.2.1.0.alpha
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 a8814b5..5812405 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,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.Dev'
+version = '2.1.0.alpha'
# 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