From e2309db2fc6a3d7d6856172a832b86fcd957bea4 Mon Sep 17 00:00:00 2001 From: Nicholas Junge Date: Mon, 27 May 2024 09:52:35 +0200 Subject: [PATCH] Prepare v2.0.0 release of nanobind-bazel (#28) Bumps the compatibility level to 2 after the major version bump. --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 258b8e8..0673709 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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")