From 360f7e39d0f211cef450da50d66032517b4bdee9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Mar 2023 18:32:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20lunchable=200.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v0.4.6](https://github.com/juftin/lunchable/compare/v0.4.5...v0.4.6) (2023-03-01) ## 🐛 Bug Fixes - [`6667f05`](https://github.com/juftin/lunchable/commit/6667f05) PrimeLunch Missing Column [skip ci] --- lunchable/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lunchable/_version.py b/lunchable/_version.py index 36c685b7..640e41c9 100644 --- a/lunchable/_version.py +++ b/lunchable/_version.py @@ -5,4 +5,4 @@ __author__ = "Justin Flannery" __email__ = "juftin@juftin.com" __application__ = "lunchable" -__version__ = "0.4.5" +__version__ = "0.4.6" diff --git a/pyproject.toml b/pyproject.toml index 689741b1..9132b3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = "MIT" name = "lunchable" readme = "README.md" repository = "https://github.com/juftin/lunchable" -version = "0.4.5" +version = "0.4.6" [tool.poetry.dependencies] click = ">=8.0.1"