Skip to content

Commit 5b75dbe

Browse files
authored
Merge pull request #472 from SeedSigner/set-version-0.7.0
Update version to 0.7.0 from 0.7.0-rc1
2 parents 193ebfc + 4572ed3 commit 5b75dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seedsigner/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Controller(Singleton):
9393
rather than at the top in order avoid circular imports.
9494
"""
9595

96-
VERSION = "0.7.0-rc1"
96+
VERSION = "0.7.0"
9797

9898
# Declare class member vars with type hints to enable richer IDE support throughout
9999
# the code.

0 commit comments

Comments
 (0)