From d6cf71f36b5e865ae6db95736f9839e7d679d55e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Oct 2023 14:05:38 +0000 Subject: [PATCH] 1.1.1 1.1.1 skip-checks: true --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e403bf..248134d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.1.1 (2023-10-10) + +### Documentation + +* Re trigger pypi release ([#245](https://github.com/algorand-devrel/beaker/issues/245)) ([`86fafeb`](https://github.com/algorand-devrel/beaker/commit/86fafebcef504fd9af4bbaabefb7c032b3c692d8)) + ## v1.1.0 (2023-10-09) ### Feature diff --git a/pyproject.toml b/pyproject.toml index eccc0b37..462670de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beaker-pyteal" -version = "1.1.0" +version = "1.1.1" description = "A Framework for building PyTeal Applications" license = "MIT" authors = ["Ben Guidarelli "]