Skip to content

Commit 9d59b27

Browse files
authored
Prep bump (#821)
1 parent 8a454a1 commit 9d59b27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires-python = ">= 3.11"
1212
dependencies = [
1313
"cffi>=1.15.0",
1414
"rubicon-objc>=0.4.1; sys_platform == 'darwin'",
15-
"rendercanvas >=2.4", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months
15+
"rendercanvas >=2.7", # Temporarily depend on rendercanvas because we re-aligned apis. Remove in a few months
1616
]
1717

1818
[project.optional-dependencies]

wgpu/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# This is the base version number, to be bumped before each release.
2424
# The build system detects this definition when building a distribution.
25-
__version__ = "0.31.1"
25+
__version__ = "0.32.0"
2626

2727
# Set this to your library name
2828
project_name = "wgpu"

0 commit comments

Comments
 (0)