From e4bb8abf9e1149867545d03722ee59d8e6bdd339 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 22 Jan 2012 13:53:34 -0500 Subject: Release 2.1.1. A bugfix release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 278703a..2240463 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' +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 -- cgit v1.2.3