diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-11-04 17:49:37 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-11-04 17:49:37 -0500 |
commit | 6aa18462014e9c6327b84bf39108dd5f56db37e5 (patch) | |
tree | 92cdd5f5bd7eab4ccee5467063aa9c1ae7c6e478 /setup.py | |
parent | 1ba24658c2608330085d64ec8c0253864f566f8e (diff) | |
download | markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.gz markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.bz2 markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.zip |
Upped version to 2.2.1.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,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.2.0' +version = '2.2.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 @@ -209,7 +209,6 @@ data = dict( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.4', 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', |