From 867b89e0f77c5e369df19c883cda13201334d967 Mon Sep 17 00:00:00 2001 From: Shannon Shen <22512825+lolipopshock@users.noreply.github.com> Date: Wed, 15 Sep 2021 16:48:59 -0400 Subject: [PATCH] version bump 0.3.1 --- src/layoutparser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layoutparser/__init__.py b/src/layoutparser/__init__.py index 7836da3..0b7de9b 100644 --- a/src/layoutparser/__init__.py +++ b/src/layoutparser/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1" import sys