diff --git a/Cargo.toml b/Cargo.toml index cdef3e3..4387073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-calamine" -version = "0.1.7" +version = "0.2.0" authors = ["Dmitriy "] description = "Python binding for Rust's library for reading excel and odf file - calamine" edition = "2021" diff --git a/pyproject.toml b/pyproject.toml index 4d8b7aa..97972c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-source = "python" [tool.poetry] name = "python-calamine" -version = "0.1.7" +version = "0.2.0" description = "" authors = ["Dmitriy "]