Skip to content

Commit 9ef8f21

Browse files
Merge pull request #14 from pinecone-io/v0.4.0
V0.4.0
2 parents 1ff172f + 068ece5 commit 9ef8f21

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pinecone_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
__version__ = "0.3.1-alpha"
6+
__version__ = "0.4.0-alpha"
77

88
from .dataset import Dataset
99
from .public import list_datasets, load_dataset

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pinecone-datasets"
3-
version = "0.3.2-alpha"
3+
version = "0.4.0-alpha"
44
description = "Pinecone Datasets lets you easily load datasets into your Pinecone index."
55
authors = ["Pinecone"]
66
maintainers = [
@@ -19,7 +19,6 @@ s3fs = "^2023.1.0"
1919
pydantic = "^1.10.5"
2020
protobuf = ">=3.19.3,<3.20.0"
2121
pandas = "^2.0.0"
22-
#pinecone-client = "3.0.0rc2"
2322

2423

2524
[tool.poetry.group.dev]

tests/test_public_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def test_version():
18-
assert __version__ == "0.3.1-alpha"
18+
assert __version__ == "0.4.0-alpha"
1919

2020

2121
def test_load_dataset_pandas():

0 commit comments

Comments
 (0)