From 92fb682d7521a35f09d5f153470291ec267541bc Mon Sep 17 00:00:00 2001 From: Adam Chidlow Date: Mon, 11 Dec 2023 18:25:56 +0800 Subject: [PATCH] manually bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eca3742b18..f76104c21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "puya" -version = "0.1.0" +version = "0.1.1" description = "An optimising Python to TEAL compiler" authors = ["Algorand Foundation "] readme = "README.md"