We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff9fd9 commit d3830c5Copy full SHA for d3830c5
wgpu/__init__.py
@@ -8,7 +8,7 @@
8
from .base import * # noqa: F401,F403
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
11
-__version__ = "0.5.2"
+__version__ = "0.5.3"
12
version_info = tuple(map(int, __version__.split(".")))
13
14
0 commit comments