From 8d5c487f69d0e20e4fe584a883b9d59bf93a74a8 Mon Sep 17 00:00:00 2001 From: anxuae Date: Sat, 5 Jun 2021 11:17:48 +0200 Subject: [PATCH] Update version number --- README.md | 1 + pygame_vkeyboard/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'