Skip to content

Commit f4c584e

Browse files
committed
Bump version and device count
1 parent 6c72e45 commit f4c584e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# render the templates
2626
template = env.get_template(page)
2727
output = template.render(
28-
version="v0.4.4-beta",
29-
n_supported_devices=62,
28+
version="v0.5.0-beta",
29+
n_supported_devices=73,
3030
)
3131

3232
# write to file

0 commit comments

Comments
 (0)