From d7545546c32ba2e1b9323fe652e6c4b88ef201a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 18 Jul 2024 12:47:06 +0500 Subject: [PATCH] bump to 0.2.3 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48efcab..58d1c4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-calamine" -version = "0.2.2" +version = "0.2.3" 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 df3df64..aaa9ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-source = "python" [tool.poetry] name = "python-calamine" -version = "0.2.2" +version = "0.2.3" description = "" authors = ["Dmitriy "]