update ver
diff --git a/MODULE.bazel b/MODULE.bazel
index 21c1bd6..cffbf62 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "rules_pkg",
-    version = "0.9.0",  # Must sync with version.bzl.
+    version = "0.9.1",  # Must sync with version.bzl.
     repo_name = "rules_pkg",
     compatibility_level = 1,
 )
diff --git a/version.bzl b/version.bzl
index 26c342c..5b589f3 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
 # limitations under the License.
 """The version of rules_pkg."""
 
-version = "0.9.0"
+version = "0.9.1"