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",