From 65f798020652e072590325d04e726ad739a884c1 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 4 Jan 2025 22:41:12 +0000 Subject: [PATCH] Get fix for #35 with new chambercourt, and bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84ab673..8ec1260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "WinColl" -version = "0.9.14" +version = "0.9.15" description = "Simple rocks-and-diamonds game" license = {text = "GPL v3 or later"} authors = [ @@ -10,7 +10,7 @@ readme = "README.md" urls = {Homepage = "https://github.com/rrthomas/wincoll"} requires-python = ">= 3.11" dependencies = [ - "chambercourt >= 0.9.4", + "chambercourt >= 0.9.6", ] classifiers = [ "Environment :: X11 Applications",