Skip to content

Commit 1ec4bf5

Browse files
5.5.0.3rc1
1 parent 34171b1 commit 1ec4bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def has_ext_modules(foo):
2525

2626
# should be name="raylib"+NAME but then Github doesn't track dependants
2727
setup(
28-
name="raylib",
28+
name="raylib"+NAME,
2929
version=VERSION,
3030
description="Python CFFI bindings for Raylib",
3131
long_description=README,

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.0.3"
1+
__version__ = "5.5.0.3rc1"

0 commit comments

Comments
 (0)