version bump
This commit is contained in:
parent
5afd9b0ee5
commit
5128d185e9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "3.7.0.post5"
|
__version__ = "3.7.0.post6"
|
||||||
|
|
||||||
# Copyright (c) 2021 Richard Smith and others
|
# Copyright (c) 2021 Richard Smith and others
|
||||||
#
|
#
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ class BinaryDistribution(Distribution):
|
||||||
# This call to setup() does all the work
|
# This call to setup() does all the work
|
||||||
setup(
|
setup(
|
||||||
name="raylib",
|
name="raylib",
|
||||||
version="3.7.0.post5",
|
version="3.7.0.post6",
|
||||||
description="Python CFFI bindings for Raylib",
|
description="Python CFFI bindings for Raylib",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Reference in a new issue