Skip to content

Commit

Permalink
[v0.4.3] just work already (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver authored Oct 19, 2022
1 parent 3db1449 commit 557a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion brainstat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Neuroimaging statistics toolbox."""
__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit 557a52e

Please sign in to comment.