Skip to content

Commit

Permalink
Merge pull request #114 from SciTools/v0.3.x
Browse files Browse the repository at this point in the history
0.3.0 mergeback
  • Loading branch information
bjlittle committed Jun 15, 2023
2 parents de2d502 + bc74be3 commit 06c8b7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-docs.yml
Expand Up @@ -2,9 +2,11 @@ name: ci-docs

on:
push:
branches: [ main ]
branches:
- "*"
pull_request:
branches: [ main ]
branches:
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci-tests.yml
Expand Up @@ -2,9 +2,11 @@ name: ci-tests

on:
push:
branches: [ main ]
branches:
- "*"
pull_request:
branches: [ main ]
branches:
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion tephi/__init__.py
Expand Up @@ -27,7 +27,7 @@
from . import transforms


__version__ = "0.3.0.dev0"
__version__ = "0.3.0"


#
Expand Down

0 comments on commit 06c8b7f

Please sign in to comment.