bump: version 0.1.4 → 0.2.0

This commit is contained in:
ljnsn 2022-12-21 23:45:35 +01:00
parent c62134f584
commit f8a9dbe38d
1 changed files with 2 additions and 2 deletions

View File

@ -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 <iuvbio@users.noreply.github.com>"]
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"]