chore:update pyproject.toml and docker-compose files to correct version

This commit is contained in:
matt 2025-09-04 19:30:22 -07:00
parent 375349e56e
commit d2133d1584

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "mtg-deckbuilder" name = "mtg-deckbuilder"
version = "2.2.5" version = "2.2.6"
description = "A command-line tool for building and analyzing Magic: The Gathering decks" description = "A command-line tool for building and analyzing Magic: The Gathering decks"
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {file = "LICENSE"}