Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Jun 5, 2021
1 parent 350c19a commit 8d5c487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pygame_vkeyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .vkeyboard import VKeyboardLayout, VKeyboard
from .vrenderers import VKeyboardRenderer

__version__ = '2.0.8'
__version__ = '2.0.9'

0 comments on commit 8d5c487

Please sign in to comment.