Skip to content

Commit

Permalink
Add version check url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 6, 2017
1 parent d7f3085 commit 92d72f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snfg/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d72f0

Please sign in to comment.