Skip to content

Commit 384ca50

Browse files
committed
Update to revlib 2025.0.2
1 parent ce05834 commit 384ca50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ requires = [
1717

1818
[tool.robotpy-build]
1919
base_package = "rev"
20+
update_init = ["rev"]
2021

2122
[tool.robotpy-build.static_libs."revlib_driver".maven_lib_download]
2223
artifact_id = "REVLib-driver"
2324
group_id = "com.revrobotics.frc"
2425
repo_url = "https://maven.revrobotics.com"
25-
version = "2025.0.1"
26+
version = "2025.0.2"
2627
libs = ["REVLibDriver"]
2728

2829
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
2930
artifact_id = "REVLib-cpp"
3031
group_id = "com.revrobotics.frc"
3132
repo_url = "https://maven.revrobotics.com"
32-
version = "2025.0.1"
33+
version = "2025.0.2"
3334
libs = ["REVLib"]
3435

3536
[tool.robotpy-build.wrappers."rev"]

0 commit comments

Comments
 (0)