Skip to content

Commit

Permalink
Updated date
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 30, 2019
1 parent 0f85df7 commit 551934d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Example file, timer clock with in-menu options.
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R. @ppizarror
Copyright 2017-2019 Pablo Pizarro R. @ppizarror
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -128,7 +128,7 @@ def change_color_bg(c, **kwargs):
('Default', (128, 0, 128)),
('Black', (0, 0, 0)),
('Blue', COLOR_BLUE)],
onchange=None, # Action when changing element with left/right
onchange=change_color_bg, # Action when changing element with left/right
onreturn=change_color_bg, # Action when pressing return on a element
default=1, # Optional parameter that sets default item of selector
write_on_console=True # Optional parameters to change_color_bg function
Expand Down
2 changes: 1 addition & 1 deletion example2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Game menu with 3 difficulty options.
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R. @ppizarror
Copyright 2017-2019 Pablo Pizarro R. @ppizarror
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions pygameMenu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pygame Menu library.
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R. @ppizarror
Copyright 2017-2019 Pablo Pizarro R. @ppizarror
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -41,4 +41,4 @@
__description__ = 'Menu for pygame, simple, lightweight and easy to use'
__email__ = 'pablo.pizarro@ing.uchile.cl'
__url__ = 'https://github.com/ppizarror/pygame-menu'
__version__ = 'v1.95.3'
__version__ = 'v1.96.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SETUP DISTRIBUTION
The MIT License (MIT)
Copyright 2017-2018 Pablo Pizarro R. @ppizarror
Copyright 2017-2019 Pablo Pizarro R. @ppizarror
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down

0 comments on commit 551934d

Please sign in to comment.