diff --git a/.github/workflows/release_climt.yml b/.github/workflows/release_climt.yml index f5e314a4..67cfbec8 100644 --- a/.github/workflows/release_climt.yml +++ b/.github/workflows/release_climt.yml @@ -35,7 +35,7 @@ jobs: - name: Build on macOS env: CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* - CIBW_ARCHS_MACOS: "x86_64 arm64" + CIBW_ARCHS_MACOS: "arm64" CIBW_ENVIRONMENT: "CLIMT_ARCH=Darwin" if: ${{ runner.os == 'macOS' }} run: python -m cibuildwheel --output-dir dist diff --git a/climt/__init__.py b/climt/__init__.py index 04c3f388..2b51b3e7 100644 --- a/climt/__init__.py +++ b/climt/__init__.py @@ -67,4 +67,4 @@ BucketHydrology, ) -__version__ = "0.18.1" +__version__ = "0.18.2" diff --git a/setup.cfg b/setup.cfg index 374d6058..535cbd90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.1 +current_version = 0.18.2 commit = True tag = False diff --git a/setup.py b/setup.py index d7df158c..9af73ac9 100644 --- a/setup.py +++ b/setup.py @@ -279,7 +279,7 @@ def run(self): setup( name='climt', - version='0.18.1', + version='0.18.2', description='CliMT is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Rodrigo Caballero",