2.5.0post2

This commit is contained in:
Richard Smith 2019-06-07 01:32:40 +01:00
parent b093d1f632
commit 7262e4fa2e
2 changed files with 4 additions and 3 deletions

View file

@ -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",