Skip to content

Commit f6085a7

Browse files
authored
Merge pull request #86 from robotpy/revlib-2026.0.4
Update to REVLib 2026.0.4
2 parents 344e8e4 + 8ba3a79 commit f6085a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.3"
47+
version = "2026.0.4"
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.3"
55+
version = "2026.0.4"
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.3"
63+
version = "2026.0.4"
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.3"
74+
version = "2026.0.4"
7575
staticlibs = [
7676
"REVLibWpi",
7777
]

0 commit comments

Comments
 (0)