Skip to content

Commit 6a17124

Browse files
committed
feat: 🔖 Release v1.0.0
1 parent 3e6c3e1 commit 6a17124

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

doc/download.png

1.13 KB
Loading

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from time import monotonic
44
"""version.py : Update and write version information to files"""
55

6-
version = "0.1.4"
6+
version = "1.0.0"
77

88
def file_version_info_cfg(release:bool, version:str, commit:str) -> None:
99
# developer version; use a commit reference instead of file version

0 commit comments

Comments
 (0)