Skip to content

Commit

Permalink
Adjusted versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
why-keith committed Dec 23, 2020
1 parent fc06d2d commit 6ac6e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DnD_Time_Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from send2trash import send2trash
#import custom_themes

VERSION="v0.4.0 + DEV"
VERSION="v0.5.0"

def update_menu():

Expand Down Expand Up @@ -409,4 +409,4 @@ def update_menu():

pref["theme"]=pref["new_theme"]
pickler("pref.pkl", pref)
window.close()
window.close()

0 comments on commit 6ac6e0c

Please sign in to comment.