Skip to content

Commit 67d97d5

Browse files
committed
Bump version and requirements
1 parent 63ce95e commit 67d97d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PyOpenGL==3.1.0
22
glfw==1.4.0
33
pyrr==0.8.2
44
Pillow==4.0.0
5-
pyrocket==0.2.3
5+
pyrocket==0.2.5
66

77
# Optional
88
pygame==1.9.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="demosys-py",
5-
version="0.3.4",
5+
version="0.3.5",
66
description="Modern OpenGL 4.1+ Prototype Framework inspired by Django",
77
long_description=open('README.rst').read(),
88
url="https://github.com/Contraz/demosys-py",
@@ -29,7 +29,7 @@
2929
'glfw==1.4.0',
3030
'pyrr==0.8.2',
3131
'Pillow==4.0.0',
32-
'pyrocket==0.2.3',
32+
'pyrocket==0.2.5',
3333
'pygame==1.9.3',
3434
],
3535
entry_points={'console_scripts': [

0 commit comments

Comments
 (0)