From 342e312abbd62014e27a7983f23fb0a3fdcb5197 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 6 May 2020 15:19:54 -0500 Subject: [PATCH] v2.0.0 --- pybricks-projects | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybricks-projects b/pybricks-projects index 5187103..a7a57ee 160000 --- a/pybricks-projects +++ b/pybricks-projects @@ -1 +1 @@ -Subproject commit 51871031b8bb93dc1f69ba99a97536c98959e622 +Subproject commit a7a57ee27eb5c6e58afae82ed270a5e24622dd79 diff --git a/pyproject.toml b/pyproject.toml index 57d3600..4bc11c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "2.0.0b5" +version = "2.0.0" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]