diff --git a/PyGLM.cpp b/PyGLM.cpp index eb33ad9..1418c9b 100644 --- a/PyGLM.cpp +++ b/PyGLM.cpp @@ -1,4 +1,4 @@ -#define PyGLM_VERSION "1.1.3" +#define PyGLM_VERSION "1.1.4" #define PyGLM_LICENSE "PyGLM license information:\n"\ "\n"\ diff --git a/setup.py b/setup.py index 2b72f06..747f688 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,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.3', + version='1.1.4', description='OpenGL Mathematics library for Python', long_description=long_description,