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 """