update linux binaries to 3.5 (note using new glibc so may not work on old linuxes)

This commit is contained in:
Richard Smith 2021-01-16 18:32:38 +00:00
parent e59885c98a
commit 78cf5cc344
12 changed files with 2679 additions and 2105 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.6.0",
version="3.5.0",
description="Python CFFI bindings for Raylib",
long_description=README,
long_description_content_type="text/markdown",