diff --git a/pyproject.toml b/pyproject.toml index f604b1e..7a5a71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "1.0.1" +version = "1.0.2" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT"