Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 19, 2020
1 parent f3e5ff6 commit cd5bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygameMenu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def __str__(self):
patch = property(lambda self: self[2])


vernum = PygameMenuVersion(2, 3, 2)
vernum = PygameMenuVersion(2, 3, 3)
ver = str(vernum)
rev = ''

0 comments on commit cd5bacd

Please sign in to comment.