From b3febe2f00bcc3fd2cb8e2b3eb4cc5bf8995114f Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Tue, 17 Dec 2024 17:19:36 -0500 Subject: [PATCH] Bump retro version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 689655c..7668294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -retro-games = "^0.1.2" +retro-games = "^1.1.0" [build-system]