Skip to content

Commit

Permalink
bump requirements and version
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jun 25, 2021
1 parent 5a8a3dd commit 945c98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PySide2<6
PyQt5<6
glfw<2
PySDL2<1
pygame==2.0.0.dev6
pygame==2.0.1
pyrr>=0.10
pywavefront>=1.2.0,<2.0
numpy>=1.16
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="moderngl-window",
version="2.3.0",
version="2.4.0",
description="A cross platform helper library for ModernGL making window creation and resource loading simple",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -43,7 +43,7 @@
"pywavefront": ["pywavefront>=1.2.0,<2"],
"trimesh": ["trimesh>=3.2.6,<4", "scipy>=1.3.2"],
"tk": ["pyopengltk>=0.0.3"],
"pygame": ["pygame~=2.0.0"],
"pygame": ["pygame~=2.0.1"],
},
project_urls={
'Documentation': 'https://moderngl-window.readthedocs.io',
Expand Down

0 comments on commit 945c98d

Please sign in to comment.