master 0.5.0
yutent 2023-09-08 15:09:22 +08:00
parent 80872e0678
commit c1f7e8e503
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
build = (0, 4, 0) build = (0, 5, 0)
version = '.'.join(map(str, build)) version = '.'.join(map(str, build))