From ef999c60b4431f2f778c46e5f772923dd624bdb3 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 6 Jan 2025 00:14:53 +0000 Subject: [PATCH] Bump version to 0.9.18 and require chambercourt 0.9.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3843564..2980ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "WinColl" -version = "0.9.17" +version = "0.9.18" 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.9", + "chambercourt >= 0.9.10", ] classifiers = [ "Environment :: X11 Applications",