Skip to content

Commit

Permalink
Merge pull request #40 from PMCC-BioinformaticsCore/release-v0.12.0
Browse files Browse the repository at this point in the history
Release v0.12.0
  • Loading branch information
rlupat authored Jun 14, 2023
2 parents 558aa82 + 3a5e0c8 commit 5f72b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8.17, 3.10.12, 3.11.4]

steps:
- uses: actions/checkout@v2
- 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 dependencies
Expand Down
2 changes: 1 addition & 1 deletion janis_pipelines/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "v0.11.6"
__version__ = "v0.12.0"
description = "Bioinformatics tools for Janis; the Pipeline creation helper"

0 comments on commit 5f72b85

Please sign in to comment.