Skip to content

Commit

Permalink
Use 0.5.0 in README (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathon Belotti <jonathon@canva.com>
  • Loading branch information
SUPERCILEX and Jonathon Belotti authored Nov 1, 2021
1 parent 3c98b36 commit 98ffe06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ To import rules_python in your project, you first need to add it to your
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
)
```

Expand Down

0 comments on commit 98ffe06

Please sign in to comment.