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 1ce66e4 commit 225fb75Copy full SHA for 225fb75
wgpu/__init__.py
@@ -10,7 +10,7 @@
10
from . import base
11
12
13
-__version__ = "0.1.6"
+__version__ = "0.2.0"
14
version_info = tuple(map(int, __version__.split(".")))
15
16
0 commit comments