Skip to content

Commit 93c1000

Browse files
committed
Update to REVLib 2026.0.3
1 parent d816b8f commit 93c1000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ packages = ["rev"]
4444
artifact_id = "REVLib-cpp"
4545
group_id = "com.revrobotics.frc"
4646
repo_url = "https://maven.revrobotics.com"
47-
version = "2026.0.2"
47+
version = "2026.0.3"
4848
staticlibs = ["REVLib"]
4949
extract_to = "lib"
5050

5151
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
5252
artifact_id = "REVLib-driver"
5353
group_id = "com.revrobotics.frc"
5454
repo_url = "https://maven.revrobotics.com"
55-
version = "2026.0.2"
55+
version = "2026.0.3"
5656
staticlibs = [ "REVLibDriver"]
5757
extract_to = "lib"
5858

5959
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
6060
artifact_id = "RevLibBackendDriver"
6161
group_id = "com.revrobotics.frc"
6262
repo_url = "https://maven.revrobotics.com"
63-
version = "2026.0.2"
63+
version = "2026.0.3"
6464
staticlibs = [
6565
"BackendDriver",
6666
]
@@ -71,7 +71,7 @@ use_headers = false
7171
artifact_id = "RevLibWpiBackendDriver"
7272
group_id = "com.revrobotics.frc"
7373
repo_url = "https://maven.revrobotics.com"
74-
version = "2026.0.2"
74+
version = "2026.0.3"
7575
staticlibs = [
7676
"REVLibWpi",
7777
]

0 commit comments

Comments
 (0)