summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pip-packaging-osx.yml2
-rw-r--r--CMakeGUDHIVersion.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 1f669a5e..68fae138 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -27,7 +27,7 @@ jobs:
run: |
brew update && brew install boost eigen gmp mpfr cgal
python -m pip install --user -r .github/build-requirements.txt
- python -m pip install --user twine
+ python -m pip install --user twine delocate
- name: Build python wheel
run: |
python --version
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index d1490bd3..3834c59c 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,6 +1,6 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 2)
-set (GUDHI_PATCH_VERSION 0a8)
+set (GUDHI_PATCH_VERSION 0a9)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")