From 4134a27df937c95f8c18c894612ce662294e2a89 Mon Sep 17 00:00:00 2001 From: Daniel Fremont Date: Tue, 22 Dec 2020 07:20:54 -0800 Subject: [PATCH] declare 2.0 out of beta --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 172f708aa..c0f0a8b21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scenic" -version = "2.0.0b2" +version = "2.0.0" description = "The Scenic scenario description language." authors = [ "Daniel Fremont ", @@ -18,7 +18,7 @@ repository = "https://github.com/BerkeleyLearnVerify/Scenic" documentation = "https://scenic-lang.readthedocs.io" classifiers = [ 'Operating System :: OS Independent', - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', ] [tool.poetry.dependencies]