Commit 2bde5dd
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
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments