pinecone-io / pinecone-python-client

The Pinecone Python client
https://www.pinecone.io/docs
Apache License 2.0
284 stars 78 forks source link

Bump version for 4.1.1 release #363

Closed jhamon closed 2 months ago

jhamon commented 2 months ago

Problem

Normally manual version bumps are not needed, but during the 4.1.1 release the final step (git push) failed so the version bump was not captured in source code.

Solution

Manually create version bump changes, similar to those seen in past automated commits. This requires a change to pyproject.toml and pinecone/__version__.

Type of Change