Skip to content

Commit

Permalink
Bump version + update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jun 5, 2017
1 parent 8b0d1ac commit 205ce99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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',
],
Expand Down

0 comments on commit 205ce99

Please sign in to comment.