Skip to content

Commit 8889d39

Browse files
committed
Prepare to tag release v2.11.1.bzl.1.
Fixes #57.
1 parent 23926b0 commit 8889d39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Bazel extensions for pybind11
22
module(
33
name = "pybind11_bazel",
4-
version = "2.11.1",
4+
version = "2.11.1.bzl.1",
55
)
66

7-
bazel_dep(name = "platforms", version = "0.0.7")
8-
bazel_dep(name = "rules_cc", version = "0.0.8")
7+
bazel_dep(name = "platforms", version = "0.0.8")
8+
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)