From 4572ed373ed817f3e93dd647c9f3b09aa58d0a89 Mon Sep 17 00:00:00 2001 From: Nick Klockenga Date: Mon, 4 Sep 2023 23:51:44 -0400 Subject: [PATCH] Update controller.py --- 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 c21efe9c..30a50076 100644 --- a/src/seedsigner/controller.py +++ b/src/seedsigner/controller.py @@ -93,7 +93,7 @@ class Controller(Singleton): rather than at the top in order avoid circular imports. """ - VERSION = "0.7.0-rc1" + VERSION = "0.7.0" # Declare class member vars with type hints to enable richer IDE support throughout # the code.