2.5.0post2
This commit is contained in:
parent
b093d1f632
commit
7262e4fa2e
2 changed files with 4 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
|||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="raylib",
|
||||
version="2.5.0.post1",
|
||||
version="2.5.0.post2",
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Reference in a new issue