Skip to content

Commit 22554c8

Browse files
authored
chore(librarian): fix version for grpc-google-iam-v1 (#16482)
The version for `grpc-google-iam-v1` was incorrect in `.librarian/state.yaml` as `0.14.3` already exists on PyPI https://pypi.org/project/grpc-google-iam-v1/0.14.3/
1 parent 4615c41 commit 22554c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4179,7 +4179,7 @@ libraries:
41794179
- packages/grafeas
41804180
tag_format: '{id}-v{version}'
41814181
- id: grpc-google-iam-v1
4182-
version: 0.14.2
4182+
version: 0.14.3
41834183
last_generated_commit: e8365a7f88fabe8717cb8322b8ce784b03b6daea
41844184
apis:
41854185
- path: google/iam/v1

0 commit comments

Comments
 (0)