From da9203f81ac1bb62783fc78d6320fe3730d34f1e Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sun, 29 Aug 2021 21:41:39 -0600 Subject: [PATCH] Release v0.1.4 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d260137..ef53510 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,14 @@ workspace( git_repository( name = "rules_zapp", remote = "https://github.com/arrdem/rules_zapp.git", - tag = "0.1.3", + tag = "0.1.4", +) + +# ... + +# A Python 3 toolchain from somewhere +register_toolchains( + "//zapp:python3_toolchain", ) $ cat BUILD