From 92d72f028fb217a4da07825eb9ae73557a50aded Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Mon, 6 Nov 2017 13:17:57 +0100 Subject: [PATCH] Add version check url --- snfg/gui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snfg/gui.py b/snfg/gui.py index 9be83bd..d635045 100644 --- a/snfg/gui.py +++ b/snfg/gui.py @@ -33,7 +33,9 @@ class SNFGDialog(PlumeBaseDialog): buttons = ('OK', 'Apply', 'Reset', 'Cancel') default = None - help = 'http://www.insilichem.com' + help = "https://github.com/insilichem/plume_snfg" + VERSION = '0.0.1' + VERSION_URL = "https://api.github.com/repos/insilichem/plume_snfg/releases/latest" def __init__(self, *args, **kwargs): # GUI init