Skip to content

Commit 205ce99

Browse files
committed
Bump version + update dependencies
1 parent 8b0d1ac commit 205ce99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyOpenGL==3.1.0
22
glfw==1.4.0
3-
pyrr==0.8.2
4-
Pillow==4.0.0
3+
pyrr==0.8.3
4+
Pillow==4.1.1
55
pyrocket==0.2.5
66

77
# Optional

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="demosys-py",
5-
version="0.3.12",
5+
version="0.3.13",
66
description="Modern OpenGL 3.3+ Framework inspired by Django",
77
long_description=open('README.rst').read(),
88
url="https://github.com/Contraz/demosys-py",
@@ -27,8 +27,8 @@
2727
install_requires=[
2828
'PyOpenGL==3.1.0',
2929
'glfw==1.4.0',
30-
'pyrr==0.8.2',
31-
'Pillow==4.0.0',
30+
'pyrr==0.8.3',
31+
'Pillow==4.1.1',
3232
'pyrocket==0.2.5',
3333
# 'pygame==1.9.3',
3434
],

0 commit comments

Comments
 (0)