Skip to content

Commit

Permalink
5.1.0 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed May 13, 2024
1 parent 20fe86c commit d8c06c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FreeSimpleGUI/FreeSimpleGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
tclversion_detailed = tkinter.Tcl().eval('info patchlevel')
framework_version = tclversion_detailed

version = __version__ = '5.0.1'
version = __version__ = '5.1.0'

_change_log = ''

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = FreeSimpleGUI
version = 5.0.0
version = 5.1.0
maintainer = Spencer Phillip Young
maintainer_email = spencer.young@spyoung.com
description = The free-forever Python GUI framework.
Expand Down

0 comments on commit d8c06c2

Please sign in to comment.