Skip to content

Commit 89335a4

Browse files
version bump
1 parent a75ed06 commit 89335a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# You can use PyPy versions in python-version.
2020
# For example, pypy2 and pypy3
2121
matrix:
22-
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
22+
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3.6, pypy3.7 ]
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v2
@@ -67,7 +67,7 @@ jobs:
6767
# You can use PyPy versions in python-version.
6868
# For example, pypy2 and pypy3
6969
matrix:
70-
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
70+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
7171
steps:
7272
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
7373
- uses: actions/checkout@v2

raylib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.0"
1+
__version__ = "3.7.0.post2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def has_ext_modules(foo):
1616
# This call to setup() does all the work
1717
setup(
1818
name="raylib",
19-
version="3.7.0.post1",
19+
version="3.7.0.post2",
2020
description="Python CFFI bindings for Raylib",
2121
long_description=README,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)