From 205ce99155bac1a9dd9232131908f04d9d4f5619 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 5 Jun 2017 23:17:45 +0200 Subject: [PATCH] Bump version + update dependencies --- requirements.txt | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c4cd97..49990ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ PyOpenGL==3.1.0 glfw==1.4.0 -pyrr==0.8.2 -Pillow==4.0.0 +pyrr==0.8.3 +Pillow==4.1.1 pyrocket==0.2.5 # Optional diff --git a/setup.py b/setup.py index acaf761..5734645 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="demosys-py", - version="0.3.12", + version="0.3.13", description="Modern OpenGL 3.3+ Framework inspired by Django", long_description=open('README.rst').read(), url="https://github.com/Contraz/demosys-py", @@ -27,8 +27,8 @@ install_requires=[ 'PyOpenGL==3.1.0', 'glfw==1.4.0', - 'pyrr==0.8.2', - 'Pillow==4.0.0', + 'pyrr==0.8.3', + 'Pillow==4.1.1', 'pyrocket==0.2.5', # 'pygame==1.9.3', ],