diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caa389c3..cefc9a59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,10 @@ on: env: CIBW_BUILD: cp3?-* - CIBW_SKIP: "*-win32 *-manylinux_i686 cp27* cp35*" + CIBW_SKIP: "*-win32 *-manylinux_i686 cp35*" CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014 + CIBW_ARCHS_MACOS: x86_64 universal2 CIBW_BEFORE_BUILD_LINUX: yum install -y mesa-libGLU-devel libXi-devel libXcursor-devel libXinerama-devel libXrandr-devel xorg-x11-server-devel jobs: diff --git a/include/nanogui/common.h b/include/nanogui/common.h index 92209a37..59274e81 100644 --- a/include/nanogui/common.h +++ b/include/nanogui/common.h @@ -23,7 +23,7 @@ #define NANOGUI_VERSION_MAJOR 0 #define NANOGUI_VERSION_MINOR 1 -#define NANOGUI_VERSION_PATCH 0 +#define NANOGUI_VERSION_PATCH 1 #define NANOGUI_STRINGIFY(x) #x #define NANOGUI_TOSTRING(x) NANOGUI_STRINGIFY(x)