Skip to content

Commit 865c285

Browse files
Updated 'About' page with open-source code URL and modified version number to fit release
1 parent 3173ea0 commit 865c285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def OnSelection(event):
419419
# function to display dialog about the software
420420
def OnAbout(event):
421421
name = 'Multi-Scale Regression Analysis'
422-
version = 'v1.0'
422+
version = 'v0.1'
423423
description = 'An Open-Source, Python-Based application to perform multi-scale \n' \
424424
'regression analysis using results from Surfract and MountainsMap. \n' \
425425
'Developed in collaboration with Christopher A. Brown, Ph.D., PE, \n' \
@@ -436,7 +436,7 @@ def OnAbout(event):
436436
style=wx.ALIGN_CENTER_HORIZONTAL)
437437

438438
github = wx.adv.HyperlinkCtrl(aboutInfo, id=wx.ID_ANY, label='Open-Source Code',
439-
url='https://github.com/nrutkowski1',
439+
url='https://github.com/MatthewSpofford/Multiscale-Statistical-Analysis',
440440
pos=(180, 150), style=wx.adv.HL_DEFAULT_STYLE)
441441
donate = wx.adv.HyperlinkCtrl(aboutInfo, id=wx.ID_ANY, label='Support Development',
442442
url='https://paypal.me/nrutkowski1?locale.x=en_US',

0 commit comments

Comments
 (0)