diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
commit | e4bb8abf9e1149867545d03722ee59d8e6bdd339 (patch) | |
tree | 2535a9435d258ed23c7668199513f0e2036d5d2d /setup.py | |
parent | a21c320a5a6caab6c2f1ebf8974a7f0ff2019044 (diff) | |
download | markdown-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-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' +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 |