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 32c73af commit 41395daCopy full SHA for 41395da
wgpu/__init__.py
@@ -10,7 +10,7 @@
10
from . import base
11
12
13
-__version__ = "0.2.0"
+__version__ = "0.3.0"
14
version_info = tuple(map(int, __version__.split(".")))
15
16
0 commit comments