Skip to content

Commit 29f96bd

Browse files
author
Jonathon Belotti
authored
point README readers to new 0.0.2 release (#302)
1 parent 4fcc24f commit 29f96bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ directly and call its initialization methods as follows:
8181
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
8282
http_archive(
8383
name = "rules_python",
84-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.1/rules_python-0.0.1.tar.gz",
85-
sha256 = "aa96a691d3a8177f3215b14b0edc9641787abaaa30363a080165d06ab65e1161",
84+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.2/rules_python-0.0.2.tar.gz",
85+
strip_prefix = "rules_python-0.0.2",
86+
sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
8687
)
8788
load("@rules_python//python:repositories.bzl", "py_repositories")
8889
py_repositories()

0 commit comments

Comments
 (0)