From fe43fd45154a5ca997159b688c8bc0bb8a9c9468 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Thu, 2 Jul 2026 13:52:28 +0200 Subject: [PATCH] Prep bump --- pyproject.toml | 2 +- wgpu/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db9432eb..d2ac6072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">= 3.11" dependencies = [ "cffi>=1.15.0", "rubicon-objc>=0.4.1; sys_platform == 'darwin'", - "rendercanvas >=2.4", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months + "rendercanvas >=2.7", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months ] [project.optional-dependencies] diff --git a/wgpu/_version.py b/wgpu/_version.py index 3f7fcbb6..b15a30da 100644 --- a/wgpu/_version.py +++ b/wgpu/_version.py @@ -22,7 +22,7 @@ # This is the base version number, to be bumped before each release. # The build system detects this definition when building a distribution. -__version__ = "0.31.1" +__version__ = "0.32.0" # Set this to your library name project_name = "wgpu"