From f59baeab45111abdcdb2d23c967812cccf190364 Mon Sep 17 00:00:00 2001 From: Daniel Ritchie Date: Mon, 21 Jul 2025 09:16:50 -0600 Subject: [PATCH] bump version for breaking changes in 1417 (#1515) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0d754f5..ec259897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ discord = "https://discord.gg/s3KuuzsPFb" [project] name = "lerobot" -version = "0.1.0" +version = "0.2.0" description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch" readme = "README.md" license = { text = "Apache-2.0" }