Skip to content

Commit

Permalink
Update to Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Nov 7, 2019
1 parent 6866cc8 commit e59da38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyGLM.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PyGLM_VERSION "1.1.1"
#define PyGLM_VERSION "1.1.2"

#define PyGLM_NO_FUNCTIONS 1
#define PyGLM_NO_ITER_TYPECHECKING 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.1.1',
version='1.1.2',

description='OpenGL Mathematics library for Python',
long_description=long_description,
Expand Down

0 comments on commit e59da38

Please sign in to comment.