From 1442db1451f67a14942824549d52043608db8d57 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Mon, 4 Oct 2021 17:50:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a15ca2..442c065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "0.1.3" +version = "0.1.4" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT"