Skip to content

Commit

Permalink
bazel: remove version number from MODULE.bazel (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll authored Feb 13, 2025
1 parent 5a39b16 commit ae90987
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
module(
name = "xacro",
version = "2.0.11",
)
module(name = "xacro")

bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_python", version = "0.40.0")

PYTHON_VERSIONS = [
"3.8",
"3.9",
"3.10",
"3.11",
Expand Down

0 comments on commit ae90987

Please sign in to comment.