From cf9530953ed6fd6d7d37c7defe207c6b1febf574 Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Fri, 11 Oct 2024 13:23:44 -0500 Subject: [PATCH] update version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cb43c0..78b8584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datafusion-table-providers" -version = "0.2.1" +version = "0.2.2" readme = "README.md" edition = "2021" repository = "https://github.com/datafusion-contrib/datafusion-table-providers"