Skip to content

Commit 2bde5dd

Browse files
authored
Bump version for 4.1.1 release (#363)
## 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 - [x] Bug fix (non-breaking change which fixes an issue)
1 parent af01fdf commit 2bde5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0
1+
4.1.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = '''
1616

1717
[tool.poetry]
1818
name = "pinecone-client"
19-
version = "4.1.0"
19+
version = "4.1.1"
2020
packages = [
2121
{ include="pinecone", from="." },
2222
]

0 commit comments

Comments
 (0)