Skip to content

Commit f079607

Browse files
committed
bump version
1 parent 39ef8f5 commit f079607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

1414

0 commit comments

Comments
 (0)