Skip to content

Commit

Permalink
Merge pull request #3 from bcgsc/release/v0.1.1
Browse files Browse the repository at this point in the history
Release/v0.1.1
  • Loading branch information
creisle authored Nov 27, 2021
2 parents a61d7fc + 14b6b1f commit 389be2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='pori_cbioportal',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
install_requires=INSTALL_REQS,
extras_require={
Expand Down

0 comments on commit 389be2f

Please sign in to comment.