From 5c267c69eabb384c32296262c9e3682040f4636b Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Sun, 11 Mar 2018 09:29:19 +0100 Subject: [PATCH] xlsxdocument 1.3.1 --- xlsxdocument/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlsxdocument/__init__.py b/xlsxdocument/__init__.py index 493ae75..30ead5b 100644 --- a/xlsxdocument/__init__.py +++ b/xlsxdocument/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 0) +VERSION = (1, 3, 1) __version__ = '.'.join(map(str, VERSION))