Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
rifqiharrys committed Mar 25, 2021
1 parent 00d451e commit 20b99c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdb_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def initUI(self):
'''

self.setGeometry(300, 100, 480, 640)
self.setWindowTitle('Satellite Derived Bathymetry (v3.1.0)')
self.setWindowTitle('Satellite Derived Bathymetry (v3.1.1)')
self.setWindowIcon(QIcon(resource_path('icons/satellite.png')))

loadImageButton = QPushButton('Load Image')
Expand Down

0 comments on commit 20b99c7

Please sign in to comment.