Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed May 15, 2018
1 parent 004545a commit 03f858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Reaper(Ui_MainWindow):
def __init__(self, window, app, show=True):
super().__init__()

self.version = "v2.5.3"
self.version = "v2.5.4"
self.source_file = 'sources.xml'
self.encoding = 'utf-8'
self.cache_enabled = True
Expand Down

0 comments on commit 03f858a

Please sign in to comment.