From 780fee6bedb6cfcc84b07f1335fa887572fa9809 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Tue, 23 Jun 2026 10:21:07 +0200 Subject: [PATCH] Bump version --- wgpu/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/_version.py b/wgpu/_version.py index b7cbe305..3f7fcbb6 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.0" +__version__ = "0.31.1" # Set this to your library name project_name = "wgpu"