From b645c7c40f6252d63bb7ba68cf01772387e220ce Mon Sep 17 00:00:00 2001 From: Jared Leonard Date: Mon, 27 Jan 2025 14:23:43 -0600 Subject: [PATCH] Updated PWF Version to 2025.01.23 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa31327..fc05945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ base_package = "playingwithfusion" artifact_id = "PlayingWithFusion-driver" group_id = "com.playingwithfusion.frc" repo_url = "https://www.playingwithfusion.com/frc/maven" -version = "2025.01.04" +version = "2025.01.23" libs = ["PlayingWithFusionDriver"] @@ -38,7 +38,7 @@ depends = ["wpilib_core", "wpiHal", "wpiutil"] artifact_id = "PlayingWithFusion-cpp" group_id = "com.playingwithfusion.frc" repo_url = "https://www.playingwithfusion.com/frc/maven" -version = "2025.01.04" +version = "2025.01.23" libs = ["PlayingWithFusion"]