Skip to content

Commit 1e905d0

Browse files
committed
bump version
1 parent 3526b3a commit 1e905d0

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

1414

0 commit comments

Comments
 (0)