From c103006efba8f9745f9f3c640e5dc9dea14bdee3 Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Fri, 14 Oct 2016 22:39:25 -0300 Subject: [PATCH] bump to 0.10.0 --- htmlmin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlmin/__init__.py b/htmlmin/__init__.py index b98187ef..47f3bdfa 100644 --- a/htmlmin/__init__.py +++ b/htmlmin/__init__.py @@ -4,4 +4,4 @@ license that can be found in the LICENSE file. """ -__version__ = '0.9.2' +__version__ = '0.10.0'