Skip to content

Commit b7bd026

Browse files
committed
Bump Version 0.6.7
1 parent 69afa93 commit b7bd026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/sql/superduper_sql/data_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import click
66
import ibis
77
import pandas
8-
# from ibis.common.exceptions import TableNotFound
8+
from ibis.common.exceptions import TableNotFound
99
from sqlalchemy import MetaData, Table, create_engine
1010
from sqlalchemy.exc import NoSuchTableError
1111
from sqlalchemy.orm import sessionmaker

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "superduper-framework"
77
description = "Build compositional and declarative AI applications and agents"
88
readme = "README.md"
9-
version = '0.6.6'
9+
version = '0.6.7'
1010
license = {file = "LICENSE"}
1111
maintainers = [{name = "superduper.io, Inc.", email = "[email protected]"}]
1212
keywords = [

0 commit comments

Comments
 (0)