Skip to content

Commit

Permalink
update version tag to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleissl committed Feb 11, 2020
1 parent e5a415b commit 17d5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HollowRC/HollowWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
# self.geometry_table = TableInterface.MyTable(self.geometry_table)

# version tag and label
self.tag = 'v1.4'
self.tag = 'v1.5'
self.label_version.setText(self.tag)

# --- Triggers ---
Expand Down

0 comments on commit 17d5d39

Please sign in to comment.