From 2e3830b9bf3a0829db7a5d04f731b5019d28cc65 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 24 Nov 2011 15:09:51 -0500 Subject: Version 2.1.0-Final --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3