diff --git a/pyproject.toml b/pyproject.toml index 7b15fa1..3b93755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "0.2.0" +version = "1.0.0" 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 = "0.2.0" +version = "1.0.0" tag_format = "v$version" version_files = ["pyproject.toml:version"]