aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-11-24 15:09:51 -0500
committerWaylan Limberg <waylan@gmail.com>2011-11-24 15:09:51 -0500
commit2e3830b9bf3a0829db7a5d04f731b5019d28cc65 (patch)
tree3f4c12190a9fe9a19020f60c322dfb2e7f7b1cea /setup.py
parentbcdd7b2bf340db25963312b860d43aa4d9a1a146 (diff)
downloadmarkdown-2e3830b9bf3a0829db7a5d04f731b5019d28cc65.tar.gz
markdown-2e3830b9bf3a0829db7a5d04f731b5019d28cc65.tar.bz2
markdown-2e3830b9bf3a0829db7a5d04f731b5019d28cc65.zip
Version 2.1.0-Final2.1.0.final
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 856366e..278703a 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.beta'
+version = '2.1.0'
# 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
@@ -162,6 +162,7 @@ data = dict(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
+ 'Programming Language :: Python :: 3.2',
'Topic :: Communications :: Email :: Filters',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Internet :: WWW/HTTP :: Site Management',