diff --git a/README.md b/README.md index a8052b6..fea4cf5 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ To run the examples, simply execute these commands in a terminal: python -m pygame_vkeyboard.examples.azerty python -m pygame_vkeyboard.examples.numeric python -m pygame_vkeyboard.examples.textinput +python -m pygame_vkeyboard.examples.resize ``` ## Contributing diff --git a/pygame_vkeyboard/__init__.py b/pygame_vkeyboard/__init__.py index bd32232..cbd7873 100644 --- a/pygame_vkeyboard/__init__.py +++ b/pygame_vkeyboard/__init__.py @@ -6,4 +6,4 @@ from .vkeyboard import VKeyboardLayout, VKeyboard from .vrenderers import VKeyboardRenderer -__version__ = '2.0.8' +__version__ = '2.0.9'