From c7a413a0b9b29e3041ad3b3a44298196505447d6 Mon Sep 17 00:00:00 2001 From: bayoog Date: Mon, 31 Oct 2022 21:22:22 +0100 Subject: [PATCH] update version --- docx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx/__init__.py b/docx/__init__.py index df47882c3..68d8c43cd 100644 --- a/docx/__init__.py +++ b/docx/__init__.py @@ -2,7 +2,7 @@ from docx.api import Document # noqa -__version__ = '0.2.15' +__version__ = '0.2.18' # register custom Part classes with opc package reader