Skip to content

Commit ce9079d

Browse files
authored
maint: Bump version to 0.11.0dev (#66)
1 parent 8a0da29 commit ce9079d

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.10.0"
2+
__version__ = "0.11.0dev"
33

44
import logging
55
import subprocess

0 commit comments

Comments
 (0)