Skip to content

Commit 399c249

Browse files
authored
bump version (#330)
1 parent 34148ad commit 399c249

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Possible sections in each release:
1818
* Security: in case of vulnerabilities.
1919

2020

21-
22-
### [v0.9.0]
23-
21+
### [v0.9.0] - 25-01-2023
2422

2523
In this release the API is aligned with the latest webgpu.idl, and
2624
we updated to the latest release of wgpu-native (v0.14.2.3).

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.8.4"
11+
__version__ = "0.9.0"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)