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 5afd9b0 commit 5128d18Copy full SHA for 5128d18
raylib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.7.0.post5"
+__version__ = "3.7.0.post6"
2
3
# Copyright (c) 2021 Richard Smith and others
4
#
setup.py
@@ -16,7 +16,7 @@ def has_ext_modules(foo):
16
# This call to setup() does all the work
17
setup(
18
name="raylib",
19
- version="3.7.0.post5",
+ version="3.7.0.post6",
20
description="Python CFFI bindings for Raylib",
21
long_description=README,
22
long_description_content_type="text/markdown",
0 commit comments