Update version numbers for 0.0.11 release. (#111)

Update version numbers or 0.0.11 release.

For #109.
diff --git a/MODULE.bazel b/MODULE.bazel
index 23ab980..b0a0896 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "platforms",
-    version = "0.0.10",  # keep in sync with version.bzl
+    version = "0.0.11",  # keep in sync with version.bzl
     compatibility_level = 1,
 )
 
diff --git a/version.bzl b/version.bzl
index a9fce33..f85d98b 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
 # limitations under the License.
 """The version of bazelbuild/platforms."""
 
-version = "0.0.10"
+version = "0.0.11"