From ebe606c9809a5fd863b4269bf8e6898936e822ec Mon Sep 17 00:00:00 2001 From: rootisenabled Date: Tue, 1 Feb 2022 14:13:24 +0100 Subject: [PATCH] release 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d8340c..99aeb7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'portabletext-html' -version = '1.0.0' +version = '1.0.1' description = "HTML renderer for Sanity's Portable Text format" homepage = 'https://github.com/otovo/python-sanity-html' repository = 'https://github.com/otovo/python-sanity-html'