Skip to content

Commit

Permalink
[dmlab2d/BUILD] Use version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored and tkoeppe committed Jul 20, 2023
1 parent d4fe24b commit 98d6007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dmlab2d/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ py_package(
],
)

VERSION = '1.0.0' # https://semver.org

py_wheel(
name = "dmlab2d_wheel",
abi = PY_TAGS.abi,
Expand All @@ -130,7 +132,7 @@ py_wheel(
"dm_env",
"numpy",
],
version = "1.0",
version = VERSION,
deps = [":dmlab2d_pkg"],
)

Expand All @@ -153,7 +155,7 @@ py_wheel(
"dm_env",
"numpy",
],
version = "1.0",
version = VERSION,
deps = [":dmlab2d_pkg"],
)

Expand Down

0 comments on commit 98d6007

Please sign in to comment.