Skip to content

Commit

Permalink
updated version (#113)
Browse files Browse the repository at this point in the history
* updated version

* updated gha to include all branches
  • Loading branch information
ESadek-MO authored Jun 15, 2023
1 parent de2d502 commit bc74be3
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from . import transforms


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


#
Expand Down

0 comments on commit bc74be3

Please sign in to comment.