From 871d7684473c1cb7141db5755cdda0d110e55706 Mon Sep 17 00:00:00 2001 From: Aki Ariga Date: Sun, 28 Jul 2019 01:25:11 +0900 Subject: [PATCH] bump 1.4.0 --- tabula/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabula/__version__.py b/tabula/__version__.py index d40e42f..6541b80 100644 --- a/tabula/__version__.py +++ b/tabula/__version__.py @@ -1,5 +1,5 @@ __title__ = "tabula-py" -__version__ = "1.3.1" +__version__ = "1.4.0" __license__ = "MIT License" __description__ = "Simple wrapper for tabula-java, read tables from PDF into DataFrame" __author__ = "Aki Ariga"