From b5fa5992426b5190486fbf0c2726a2b36879e73b Mon Sep 17 00:00:00 2001 From: ljnsn Date: Fri, 9 May 2025 02:28:59 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.2?= 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 f604b1e..7a5a71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "1.0.1" +version = "1.0.2" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT"