From d2133d158448e83fbcbc57f488ed9c0d98d75dbb Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 4 Sep 2025 19:30:22 -0700 Subject: [PATCH] chore:update pyproject.toml and docker-compose files to correct version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e89230..00b16b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mtg-deckbuilder" -version = "2.2.5" +version = "2.2.6" description = "A command-line tool for building and analyzing Magic: The Gathering decks" readme = "README.md" license = {file = "LICENSE"}