From f8a9dbe38d079b9498335c7e053bd5475a67cfc4 Mon Sep 17 00:00:00 2001 From: ljnsn <82611987+ljnsn@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:45:35 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.4=20=E2=86=92=200.2.0?= 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 298f3c8..6486c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "0.1.4" +version = "0.2.0" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT" @@ -32,7 +32,7 @@ commitizen = "^2.38.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.4" +version = "0.2.0" tag_format = "v$version" version_files = ["pyproject.toml:version"]