diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d7ee373..820e8ae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -117,7 +117,9 @@ jobs: run: grayskull pypi --strict-conda-forge unimpeded - name: Update the meta.yaml shell: bash -el {0} - run: echo "\nchannels:\n - handley-lab" >> unimpeded/meta.yaml + run: | + echo "channels:" >> unimpeded/meta.yaml + echo " - handley-lab" >> unimpeded/meta.yaml - name: Build and upload the conda packages uses: uibcdf/action-build-and-upload-conda-packages@v1.2.0 with: diff --git a/README.rst b/README.rst index d1693fa..7a86291 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev =========================================================================================== :unimpeded: Universal model comparison & parameter estimation distributed over every dataset :Author: Will Handley -:Version: 0.2.1 +:Version: 0.2.2 :Homepage: https://github.com/handley-lab/unimpeded :Documentation: http://unimpeded.readthedocs.io/ diff --git a/unimpeded/_version.py b/unimpeded/_version.py index 3ced358..b5fdc75 100644 --- a/unimpeded/_version.py +++ b/unimpeded/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"