Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed May 21, 2021
1 parent 2a00311 commit 04ee6bd
Showing 1 changed file with 1 addition and 1 deletion.
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.3.0"
__version__ = "0.4.0"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 04ee6bd

Please sign in to comment.