From 3bda88318dba1e69fee009ecf7401d3218ea8382 Mon Sep 17 00:00:00 2001 From: "Lawrence (Drew) Whisenant" <7390131+drewwhis@users.noreply.github.com> Date: Sun, 7 Jun 2020 16:21:28 -0500 Subject: [PATCH] update to 2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42090ce..c9d3867 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pybricks-stubs", - version="1.0.12", + version="2.0.0", author="Lawrence (Drew) Whisenant", author_email="dwhisenant@firstpartners.org", description="A stubs package to write EV3 Python code.",