bump: version 0.2.0 → 1.0.0

This commit is contained in:
ljnsn 2024-05-31 17:57:13 +02:00
parent a9ed587ac0
commit 01e5c45fc3
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pandas-ods-reader" name = "pandas-ods-reader"
version = "0.2.0" version = "1.0.0"
description = "Read in .ods and .fods files and return a pandas.DataFrame." description = "Read in .ods and .fods files and return a pandas.DataFrame."
authors = ["iuvbio <iuvbio@users.noreply.github.com>"] authors = ["iuvbio <iuvbio@users.noreply.github.com>"]
license = "MIT" license = "MIT"
@ -33,7 +33,7 @@ pre-commit = ">=3.7.1"
[tool.commitizen] [tool.commitizen]
name = "cz_conventional_commits" name = "cz_conventional_commits"
version = "0.2.0" version = "1.0.0"
tag_format = "v$version" tag_format = "v$version"
version_files = ["pyproject.toml:version"] version_files = ["pyproject.toml:version"]