Skip to content

Commit

Permalink
chore: update python microgen version to 0.33.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 331031262
  • Loading branch information
Google APIs authored and copybara-github committed Sep 10, 2020
1 parent bc18612 commit 6a18a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ pip_repositories()
# Change upstream repository once PR is merged
http_archive(
name = "gapic_generator_python",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.32.2.zip"],
strip_prefix = "gapic-generator-python-0.32.2",
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.33.0.zip"],
strip_prefix = "gapic-generator-python-0.33.0",
)

load("@gapic_generator_python//:repositories.bzl",
Expand Down

0 comments on commit 6a18a3c

Please sign in to comment.