Skip to content

Commit

Permalink
Merge pull request #193 from kdmukai/patch-3
Browse files Browse the repository at this point in the history
Finalize the version number!
  • Loading branch information
newtonick authored Apr 22, 2022
2 parents 97ebb3c + edcc786 commit 8df1271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Controller(Singleton):
rather than at the top in order avoid circular imports.
"""

VERSION = "0.5.0-rc1"
VERSION = "0.5.0"

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

0 comments on commit 8df1271

Please sign in to comment.