Skip to content

Commit

Permalink
bump version (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 9, 2023
1 parent f2b7709 commit c5c8b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Possible sections in each release:
* Fixed: for any bug fixes.
* Security: in case of vulnerabilities.

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

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

Added:

Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .base import * # noqa: F401,F403
from .gui import WgpuCanvasInterface # noqa: F401,F403

__version__ = "0.9.5"
__version__ = "0.10.0"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit c5c8b42

Please sign in to comment.