Skip to content

Commit 247837d

Browse files
committed
Bump version for release
1 parent a4a9126 commit 247837d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pinecone_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. include:: ../README.md
33
"""
44

5-
__version__ = "1.0.1"
5+
__version__ = "1.0.2"
66

77

88
from .public import list_datasets, load_dataset

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pinecone-datasets"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Load datasets to explore Pinecone"
55
authors = ["Pinecone Support <support@pinecone.io>"]
66
maintainers = [

tests/unit/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515

1616
def test_version():
17-
assert __version__ == "1.0.1"
17+
assert __version__ == "1.0.2"

0 commit comments

Comments
 (0)