diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 284480ac..2d389b57 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -47,7 +47,7 @@ jobs: with: body: ${{ steps.changetxt.outputs.text }} body_path: ${{ steps.changetxt.outputs.path }} - name: Release ${{ github.ref }} + name: Release ${{ github.GITHUB_REF }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/spaghetti/__init__.py b/spaghetti/__init__.py index 336c5f92..ff514b4f 100644 --- a/spaghetti/__init__.py +++ b/spaghetti/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.6.0.post1" +__version__ = "1.6.0.post2" """ # `spaghetti` --- Spatial Graphs: Networks, Topology, & Inference