release new verison for windows
This commit is contained in:
parent
7ea1786880
commit
55dca44b4a
3 changed files with 10 additions and 5 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.dev3",
|
||||
version="2.5.dev4",
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Reference in a new issue