Skip to content

Commit

Permalink
bump to v1.6.0.post2 -- release name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 25, 2021
1 parent aad8cb6 commit a99e1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion spaghetti/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.0.post1"
__version__ = "1.6.0.post2"

"""
# `spaghetti` --- Spatial Graphs: Networks, Topology, & Inference
Expand Down

0 comments on commit a99e1fc

Please sign in to comment.