increment version on pypi

This commit is contained in:
richard 2021-06-16 07:37:53 +01:00
parent 9bf7544ad9
commit 48966849c8
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ class BinaryDistribution(Distribution):
# This call to setup() does all the work
setup(
name="raylib",
version="3.7.0",
version="3.7.0.post1",
description="Python CFFI bindings for Raylib",
long_description=README,
long_description_content_type="text/markdown",