Skip to content

Commit

Permalink
Prepare v2.0.0 release of nanobind-bazel (#28)
Browse files Browse the repository at this point in the history
Bumps the compatibility level to 2 after the major version bump.
  • Loading branch information
nicholasjng authored May 27, 2024
1 parent b67c522 commit e2309db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "nanobind_bazel",
version = "1.0.0",
compatibility_level = 1,
version = "2.0.0",
compatibility_level = 2,
)

bazel_dep(name = "platforms", version = "0.0.10")
Expand Down

0 comments on commit e2309db

Please sign in to comment.