From 7b0eb761d566b933ca9339faa2be4acb553485f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Dec 2022 01:30:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v0.3.1](https://github.com/juftin/lunchable/compare/v0.3.0...v0.3.1) (2022-12-22) ## 🐛 Bug Fixes - [`a750913`](https://github.com/juftin/lunchable/commit/a750913) semantic-release (#61) (Issues: [`#61`](https://github.com/juftin/lunchable/issues/61)) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94f571de..2394f40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "lunchable" description = "A simple Python SDK around the Lunch Money Developer API" -version = "0.3.0" +version = "0.3.1" authors = ["Justin Flannery "] license = "MIT" readme = "README.md"