diff --git a/README.md b/README.md index f1942e9..31fb1f4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ ## Backends: Desktop, SDL, DRM, Web ## Platforms: Windows, Mac, Linux, Raspberry Pi, Web +![PyPI - Downloads](https://img.shields.io/pypi/dm/raylib) + Chatroom: [Discord](https://discord.gg/fKDwt85aX6) -[HELP WANTED: writing examples](https://github.com/electronstudio/raylib-python-cffi/issues/155) +HELP WANTED: [writing examples](https://github.com/electronstudio/raylib-python-cffi/issues/155) + +Features: * CFFI API static bindings. * Automatically generated to be as close as possible to diff --git a/version.py b/version.py index c63e31e..f9fabfb 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "5.5.0.0" \ No newline at end of file +__version__ = "5.5.0.1" \ No newline at end of file