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 34148ad commit 399c249Copy full SHA for 399c249
CHANGELOG.md
@@ -18,9 +18,7 @@ Possible sections in each release:
18
* Security: in case of vulnerabilities.
19
20
21
-
22
-### [v0.9.0]
23
+### [v0.9.0] - 25-01-2023
24
25
In this release the API is aligned with the latest webgpu.idl, and
26
we updated to the latest release of wgpu-native (v0.14.2.3).
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.8.4"
+__version__ = "0.9.0"
12
version_info = tuple(map(int, __version__.split(".")))
13
14
0 commit comments