Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy committed Jan 16, 2024
1 parent b2f98bc commit 40ffe72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinecone_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. include:: ../README.md
"""

__version__ = "0.6.2"
__version__ = "0.6.3"


from .dataset import Dataset, DatasetInitializationError
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@


def test_version():
assert __version__ == "0.6.2"
assert __version__ == "0.6.3"

0 comments on commit 40ffe72

Please sign in to comment.