File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
66url = " https://github.com/robotpy/robotpy-rev"
77license = " BSD-3-Clause"
88install_requires = [
9- " wpilib<2026.0.0,>=2025.1 .1" ,
9+ " wpilib<2026.0.0,>=2025.2 .1" ,
1010]
1111
1212[build-system ]
1313requires = [
1414 " robotpy-build<2026.0.0,~=2025.0.0" ,
15- " wpilib<2026.0.0,>=2025.1 .1" ,
15+ " wpilib<2026.0.0,>=2025.2 .1" ,
1616]
1717
1818[tool .robotpy-build ]
@@ -22,14 +22,14 @@ base_package = "rev"
2222artifact_id = " REVLib-driver"
2323group_id = " com.revrobotics.frc"
2424repo_url = " https://maven.revrobotics.com"
25- version = " 2025.0.0 "
25+ version = " 2025.0.1 "
2626libs = [" REVLibDriver" ]
2727
2828[tool .robotpy-build .static_libs ."revlib" .maven_lib_download ]
2929artifact_id = " REVLib-cpp"
3030group_id = " com.revrobotics.frc"
3131repo_url = " https://maven.revrobotics.com"
32- version = " 2025.0.0 "
32+ version = " 2025.0.1 "
3333libs = [" REVLib" ]
3434
3535[tool .robotpy-build .wrappers ."rev" ]
You can’t perform that action at this time.
0 commit comments