Skip to content

Commit 2c7c267

Browse files
committed
bump version
1 parent 4b34be4 commit 2c7c267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

2020

21-
### [v0.8.0] - xx-04-2022
21+
### [v0.8.0] - 20-04-2022
2222

2323
Changed:
2424

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

1414

0 commit comments

Comments
 (0)