From f3e2902f36c0f07b3ec4b81905bbcdefc04e5188 Mon Sep 17 00:00:00 2001 From: Dean Malmgren Date: Tue, 15 Nov 2016 15:51:21 -0600 Subject: [PATCH] bump version number --- textract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textract/__init__.py b/textract/__init__.py index 97d7bb55..dc545dc4 100644 --- a/textract/__init__.py +++ b/textract/__init__.py @@ -1,3 +1,3 @@ from .parsers import process -VERSION = "1.4.0" +VERSION = "1.5.0"