From 945c98d30153b1d17b154593403e17dfb95fd303 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Fri, 25 Jun 2021 21:45:01 +0200 Subject: [PATCH] bump requirements and version --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69752dd3..51f4d39c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 082a17d3..f2dd777f 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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',