From 1bd4a46f469801642af5a025c110d88e4866b1fc Mon Sep 17 00:00:00 2001 From: Zeb Burke-Conte Date: Mon, 6 Nov 2023 20:38:39 -0800 Subject: [PATCH] Bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d14df1d..a69a66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shakespearelang" -version = "1.0.0rc1" +version = "1.0.0" description = "An interpreter for the Shakespeare Programming Language." authors = ["Zeb Burke-Conte "] readme = "README.rst" @@ -8,7 +8,7 @@ repository = "http://github.com/zmbc/shakespearelang" homepage = "http://shakespearelang.com" license = "MIT" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Topic :: Software Development :: Interpreters", ]