aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-01-22 13:53:34 -0500
committerWaylan Limberg <waylan@gmail.com>2012-01-22 13:53:34 -0500
commite4bb8abf9e1149867545d03722ee59d8e6bdd339 (patch)
tree2535a9435d258ed23c7668199513f0e2036d5d2d /setup.py
parenta21c320a5a6caab6c2f1ebf8974a7f0ff2019044 (diff)
downloadmarkdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.tar.gz
markdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.tar.bz2
markdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.zip
Release 2.1.1. A bugfix release.2.1.1.final
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 278703a..2240463 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'
+version = '2.1.1'
# 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