Skip to content

Commit ce05834

Browse files
committed
Update to revlib 2025.0.1
1 parent f32cd16 commit ce05834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
66
url = "https://github.com/robotpy/robotpy-rev"
77
license = "BSD-3-Clause"
88
install_requires = [
9-
"wpilib<2026.0.0,>=2025.1.1",
9+
"wpilib<2026.0.0,>=2025.2.1",
1010
]
1111

1212
[build-system]
1313
requires = [
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"
2222
artifact_id = "REVLib-driver"
2323
group_id = "com.revrobotics.frc"
2424
repo_url = "https://maven.revrobotics.com"
25-
version = "2025.0.0"
25+
version = "2025.0.1"
2626
libs = ["REVLibDriver"]
2727

2828
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
2929
artifact_id = "REVLib-cpp"
3030
group_id = "com.revrobotics.frc"
3131
repo_url = "https://maven.revrobotics.com"
32-
version = "2025.0.0"
32+
version = "2025.0.1"
3333
libs = ["REVLib"]
3434

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

0 commit comments

Comments
 (0)