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"]