pinecone-io / pinecone-datasets

An open-source dataset library for pre-embedded dataset: create your own data catalog, or use Pinecone's public datasets.
https://pinecone-io.github.io/pinecone-datasets/
32 stars 12 forks source link

Update version in __init__.py to 0.7.0 #41

Closed daverigby closed 9 months ago

daverigby commented 9 months ago

Problem

When 0.7.0 was released the version was not updated in init.py nor in test_basics.py.

Solution

Update the module and tests to version 0.7.0

Type of Change

Test Plan

test_basics.py which previously failed now passed.

daverigby commented 9 months ago

Closing and re-opening using a branch in this repo so PR Action can succeed.