Skip to content

Commit 9be6e97

Browse files
version bump
1 parent a3d83f1 commit 9be6e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="raylib",
13-
version="2.5.0.post3",
13+
version="2.5.0.post4",
1414
description="Python CFFI bindings for Raylib",
1515
long_description=README,
1616
long_description_content_type="text/markdown",
@@ -27,6 +27,6 @@
2727
],
2828
packages=["raylib", "raylib.dynamic", "raylib.static", "raylib.richlib"],
2929
include_package_data=True,
30-
install_requires=["cffi","inflection"],
30+
install_requires=["cffi>=1.12.3","inflection"],
3131
#cffi_modules=["raylib/build_mac.py:ffibuilder"], # this would build libs whenever the module is installed, but we are distributing static libs instead
3232
)

0 commit comments

Comments
 (0)