From ef15347c178806eca2486da30a432023e05a1953 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 23 Nov 2024 10:45:30 +0000 Subject: [PATCH] increase version --- README.md | 6 +++++- version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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