From e59da38f1884e127f249c1125a9c0707308ba87d Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Thu, 7 Nov 2019 16:49:43 +0100 Subject: [PATCH] Update to Version 1.1.2 --- PyGLM.cpp | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyGLM.cpp b/PyGLM.cpp index b573fe5..a869a42 100644 --- a/PyGLM.cpp +++ b/PyGLM.cpp @@ -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 diff --git a/setup.py b/setup.py index 5d08d54..7e68b43 100644 --- a/setup.py +++ b/setup.py @@ -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,