diff --git a/toontown/leveleditor/LevelEditor.py b/toontown/leveleditor/LevelEditor.py index a2917b9..7cb0855 100644 --- a/toontown/leveleditor/LevelEditor.py +++ b/toontown/leveleditor/LevelEditor.py @@ -4424,7 +4424,7 @@ def __init__(self, levelEditor, parent = None, **kw): # Start with balloon help disabled self.balloon.configure(state = 'none') - Pmw.aboutversion('1.0.0') + Pmw.aboutversion('1.0.1') Pmw.aboutcopyright('Maintained by drewcification#5131') Pmw.aboutcontact( 'For more information, check out the repo: http://github.com/OpenToontownTools/ToontownLevelEditor')