bump version for v0.1.2

This commit is contained in:
Chang She
2023-05-05 11:26:02 -07:00
parent 47ae17ea05
commit 59014a01e0
8 changed files with 18 additions and 16 deletions

View File

@@ -11,10 +11,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import lancedb
import pandas as pd
import pytest
import lancedb
def test_basic(tmp_path):
db = lancedb.connect(tmp_path)

View File

@@ -12,15 +12,14 @@
# limitations under the License.
import lance
from lancedb.query import LanceQueryBuilder
import numpy as np
import pandas as pd
import pandas.testing as tm
import pyarrow as pa
import pytest
from lancedb.query import LanceQueryBuilder
class MockTable:
def __init__(self, tmp_path):