From 047efb99f66112c182468a83f2f23b5662c8aab3 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 29 Feb 2024 11:50:52 +0600 Subject: [PATCH] bump to 0.2.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]