diff --git a/Cargo.toml b/Cargo.toml index f368e91..759fea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-calamine" -version = "0.1.5" +version = "0.1.6" 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 c6e525d..4e0b12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python-source = "python" [tool.poetry] name = "python-calamine" -version = "0.1.5" +version = "0.1.6" description = "" authors = ["Dmitriy "]