From e70cf595fbbca2bf73e61317cd764b9a5fc24374 Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Tue, 22 Jun 2021 17:21:10 +0200
Subject: [PATCH] Update VERSION to v0.5.1 and set arch in ciwheel.yml (#1591)

Bump version for release
---
 .github/workflows/ciwheel.yml | 2 ++
 VERSION                       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ciwheel.yml b/.github/workflows/ciwheel.yml
index 44dd204b..e9df624e 100644
--- a/.github/workflows/ciwheel.yml
+++ b/.github/workflows/ciwheel.yml
@@ -30,6 +30,7 @@ jobs:
           CIBW_BUILD: "cp3?-manylinux_x86_64"
           CIBW_SKIP: "cp35-*"
           CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
+          arch: x86_64
           # CIBW_TEST_COMMAND: TODO
 
       - name: Build wheels macos
@@ -43,6 +44,7 @@ jobs:
           CIBW_BUILD: "cp3?-macosx_x86_64"
           CIBW_SKIP: "cp35-*"
           CIBW_ARCHS_MACOS: x86_64 universal2
+          arch: x86_64
           # CIBW_TEST_COMMAND: TODO
 
       # this action runs auditwheel automatically with the following args:
diff --git a/VERSION b/VERSION
index 53978e53..4b9fcbec 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.1-dev
+0.5.1
-- 
GitLab