duckrun 0.2.3__tar.gz → 0.2.5.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duckrun
3
- Version: 0.2.3
3
+ Version: 0.2.5.dev1
4
4
  Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
5
5
  Author: mim
6
6
  License: MIT
@@ -4,7 +4,7 @@ from duckrun.core import Duckrun
4
4
 
5
5
  __version__ = "0.1.0"
6
6
 
7
- # Expose connect at module level for: import duckrun as dr
7
+ # Expose unified connect method at module level
8
8
  connect = Duckrun.connect
9
9
 
10
10
  __all__ = ["Duckrun", "connect"]