From 86cd807795fa475f4cc75aff5b6bb2e3af4d5678 Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Mon, 23 Jan 2023 10:45:35 -0500 Subject: [PATCH] bump version (#178) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f93759ba..59bf409d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beaker-pyteal" -version = "0.4.2" +version = "0.5.0" description = "A Framework for building PyTeal Applications" license = "MIT" authors = ["Ben Guidarelli "]