Skip to content

Commit 8df1271

Browse files
authored
Merge pull request #193 from kdmukai/patch-3
Finalize the version number!
2 parents 97ebb3c + edcc786 commit 8df1271

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
@@ -48,7 +48,7 @@ class Controller(Singleton):
4848
rather than at the top in order avoid circular imports.
4949
"""
5050

51-
VERSION = "0.5.0-rc1"
51+
VERSION = "0.5.0"
5252

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

0 commit comments

Comments
 (0)