Skip to content

Commit c5c8b42

Browse files
authored
bump version (#372)
1 parent f2b7709 commit c5c8b42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Possible sections in each release:
1717
* Fixed: for any bug fixes.
1818
* Security: in case of vulnerabilities.
1919

20-
### [v0.10.1] - tdb
20+
### [v0.10.0] - 09-10-2023
2121

22-
In this release the API is aligned with the latest webgpu.idl.
22+
In this release the API is aligned with the latest webgpu.idl, and
23+
we updated to wgpu-native (v0.17.0.2).
2324

2425
Added:
2526

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .base import * # noqa: F401,F403
99
from .gui import WgpuCanvasInterface # noqa: F401,F403
1010

11-
__version__ = "0.9.5"
11+
__version__ = "0.10.0"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)