Skip to content

Commit 2b8f8a3

Browse files
authored
maint: Bump version to 0.11.0 (#70)
1 parent 8f371e8 commit 2b8f8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_ibis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["compile_ibis_to_sql", "depends_on", "ref", "source"]
2-
__version__ = "0.11.0dev"
2+
__version__ = "0.11.0"
33

44
import logging
55
import subprocess

0 commit comments

Comments
 (0)