diff --git a/raylib/__init__.py b/raylib/__init__.py index 3944a07..62f5329 100644 --- a/raylib/__init__.py +++ b/raylib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.7.0.post5" +__version__ = "3.7.0.post6" # Copyright (c) 2021 Richard Smith and others # diff --git a/setup.py b/setup.py index 73efbe8..99ec738 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ class BinaryDistribution(Distribution): # This call to setup() does all the work setup( name="raylib", - version="3.7.0.post5", + version="3.7.0.post6", description="Python CFFI bindings for Raylib", long_description=README, long_description_content_type="text/markdown",