From 98ffe0655967481026bf112ee172630548b703c2 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sun, 31 Oct 2021 18:38:47 -0700 Subject: Use 0.5.0 in README (#562) Co-authored-by: Jonathon Belotti --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37b72fe..a35ef7a 100644 --- a/README.md +++ b/README.md @@ -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", ) ``` -- cgit v1.2.3