change how PyRay detects pointers
This commit is contained in:
parent
9a3ffb525e
commit
cb7a574555
4 changed files with 6 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ class BinaryDistribution(Distribution):
|
|||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="raylib",
|
||||
version="3.7.0.post4",
|
||||
version="3.7.0.post5",
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Reference in a new issue