aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-11-04 17:49:37 -0500
committerWaylan Limberg <waylan@gmail.com>2012-11-04 17:49:37 -0500
commit6aa18462014e9c6327b84bf39108dd5f56db37e5 (patch)
tree92cdd5f5bd7eab4ccee5467063aa9c1ae7c6e478 /setup.py
parent1ba24658c2608330085d64ec8c0253864f566f8e (diff)
downloadmarkdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.gz
markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.bz2
markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.zip
Upped version to 2.2.1.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6551c5f..c501e0a 100755
--- a/setup.py
+++ b/setup.py
@@ -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',