Skip to content

Commit 12217fc

Browse files
authored
[version] Increment to version 0.1.3 (#10)
1 parent 4f79f23 commit 12217fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# *******************************************************************************
1313
module(
1414
name = "score_bazel_tools_python",
15-
version = "0.1.2",
15+
version = "0.1.3",
1616
compatibility_level = 0,
1717
repo_name = "bazel_tools_python",
1818
)

test/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ use_repo(rules_python_pip_hub, "test_pip_hub")
8080
# Dependencies from bazel_tools_python. #
8181
###########################
8282

83-
bazel_dep(name = "score_bazel_tools_python", version = "0.1.2", repo_name = "bazel_tools_python")
83+
bazel_dep(name = "score_bazel_tools_python", version = "0.1.3", repo_name = "bazel_tools_python")
8484
local_path_override(
8585
module_name = "score_bazel_tools_python",
8686
path = "..",

0 commit comments

Comments
 (0)