From 7e1952269ac6128c10b407b46265dab2dfd581f6 Mon Sep 17 00:00:00 2001 From: Daniel Ritchie Date: Wed, 16 Jul 2025 00:31:36 -0600 Subject: [PATCH] bump version for breaking changes in 1417 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 878a36dbe6c..950413fb849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,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" authors = [ { name = "Rémi Cadène", email = "re.cadene@gmail.com" },