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