Skip to content

Commit

Permalink
Merge pull request #146 from bcgsc/master
Browse files Browse the repository at this point in the history
merge back to dev
  • Loading branch information
elewis2 authored Mar 21, 2024
2 parents 618372a + 43d49ae commit 200f69a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishdevdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
python-version: [3.8]
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: install and build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ known_standard_library = requests

[metadata]
name = ipr
version = 3.12.2
version = 3.13.0
author_email = [email protected]
author = ipr
maintainer_email = [email protected]
Expand Down

0 comments on commit 200f69a

Please sign in to comment.