release new verison for windows

This commit is contained in:
Richard Smith 2019-05-24 01:13:28 +01:00
parent 7ea1786880
commit 55dca44b4a
3 changed files with 10 additions and 5 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.dev3",
version="2.5.dev4",
description="Python CFFI bindings for Raylib",
long_description=README,
long_description_content_type="text/markdown",