Skip to content

Commit

Permalink
Prepare to tag release v2.11.1.bzl.1.
Browse files Browse the repository at this point in the history
Fixes #57.
  • Loading branch information
junyer committed Jan 17, 2024
1 parent 23926b0 commit 8889d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Bazel extensions for pybind11
module(
name = "pybind11_bazel",
version = "2.11.1",
version = "2.11.1.bzl.1",
)

bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.9")

0 comments on commit 8889d39

Please sign in to comment.