From e2b7a3efdab733260da77d622d63748d48854fde Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Thu, 2 Feb 2017 11:38:34 +0100 Subject: [PATCH] Release 2.1.1 to fix #819 (packaging issue) --- compressor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compressor/__init__.py b/compressor/__init__.py index e9a9c9a..fd4d646 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,2 +1,2 @@ # following PEP 386 -__version__ = "2.1" +__version__ = "2.1.1"