From edcc786fa54eb31781d1718cd42f41ca61a6e7b0 Mon Sep 17 00:00:00 2001 From: kdmukai Date: Fri, 22 Apr 2022 08:29:17 -0500 Subject: [PATCH] Finalize the version number! --- src/seedsigner/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seedsigner/controller.py b/src/seedsigner/controller.py index 2cf7bef8..a03a160b 100644 --- a/src/seedsigner/controller.py +++ b/src/seedsigner/controller.py @@ -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.