From 2edce85aede5c92b4d70540a09ae838baf6184f0 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 19 Jun 2024 08:40:24 -0500 Subject: [PATCH] documentation duckdb support --- README.md | 1 + info/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index dd2beb1..bfa67d9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Unlike older versions 2.0 and under, we focus on collaborative environments like 1. Simpler syntax to create reader or writer 2. auth-file registry that can be referenced using a label + 3. duckdb support ## Learn More diff --git a/info/__init__.py b/info/__init__.py index d84150e..6379b6c 100644 --- a/info/__init__.py +++ b/info/__init__.py @@ -17,4 +17,5 @@ __whatsnew__=f"""version {__version__}, focuses on collaborative environments li 1. simpler syntax to create readers/writers 2. auth-file registry that can be referenced using a label + 3. duckdb support """