diff --git a/pyproject.toml b/pyproject.toml index 1a15ca2..442c065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandas-ods-reader" -version = "0.1.3" +version = "0.1.4" description = "Read in .ods and .fods files and return a pandas.DataFrame." authors = ["iuvbio "] license = "MIT"