Skip to content

Commit 5d85772

Browse files
authored
[bazel] Fix compatibility_level (#3)
1 parent d6008db commit 5d85772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# *******************************************************************************
1313
module(
1414
name = "bazel_tools_python",
15-
version = "0.1.0",
16-
compatibility_level = 1,
15+
version = "0.1.1",
16+
compatibility_level = 0,
1717
)
1818

1919
# Checker rule for CopyRight checks/fixs

0 commit comments

Comments
 (0)