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)