From c2033ab43cf13b7ed17931858693157c00aa1275 Mon Sep 17 00:00:00 2001 From: pauleveritt Date: Sun, 20 Nov 2022 07:08:06 -0500 Subject: [PATCH] Release 0.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 251f1cf..f9fb08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psc" -version = "0.0.0" +version = "0.1.0" description = "PyScript Collective" authors = ["Paul Everitt "] license = "Apache-2.0"