Skip to content

Commit

Permalink
Update to 4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Oct 21, 2024
1 parent b7dd2c3 commit 0f996e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygame_menu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def __str__(self) -> str:
patch = property(lambda self: self[2])


vernum = Version(4, 4, 6)
vernum = Version(4, 4, 7)
ver = str(vernum)
rev = ''

0 comments on commit 0f996e2

Please sign in to comment.