We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34171b1 commit 1ec4bf5Copy full SHA for 1ec4bf5
setup.py
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
25
26
# should be name="raylib"+NAME but then Github doesn't track dependants
27
setup(
28
- name="raylib",
+ name="raylib"+NAME,
29
version=VERSION,
30
description="Python CFFI bindings for Raylib",
31
long_description=README,
version.py
@@ -1 +1 @@
1
-__version__ = "5.5.0.3"
+__version__ = "5.5.0.3rc1"
0 commit comments