Skip to content

Commit 5128d18

Browse files
version bump
1 parent 5afd9b0 commit 5128d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

raylib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.7.0.post5"
1+
__version__ = "3.7.0.post6"
22

33
# Copyright (c) 2021 Richard Smith and others
44
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def has_ext_modules(foo):
1616
# This call to setup() does all the work
1717
setup(
1818
name="raylib",
19-
version="3.7.0.post5",
19+
version="3.7.0.post6",
2020
description="Python CFFI bindings for Raylib",
2121
long_description=README,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)