Skip to content

Commit

Permalink
maint: Bump version to 0.10.0dev (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed May 2, 2024
1 parent 6a80c76 commit 2997f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_ibis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["ref", "source", "depends_on", "compile_ibis_to_sql"]
__version__ = "0.9.0"
__version__ = "0.10.0dev"

import logging
import subprocess
Expand Down

0 comments on commit 2997f2d

Please sign in to comment.