From 544329180b48c05cb41f55c990aa9e6613eac66d Mon Sep 17 00:00:00 2001 From: ljnsn Date: Fri, 31 May 2024 23:47:48 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2019913..4b3b477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "1.0.0" +version = "1.0.1" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT" @@ -33,7 +33,7 @@ pre-commit = ">=3.7.1" [tool.commitizen] name = "cz_conventional_commits" -version = "1.0.0" +version = "1.0.1" tag_format = "v$version" version_files = ["pyproject.toml:version"]