Skip to content

chore(release): bump to 2.0.1, add CHANGELOG, mention LRP in README #468

chore(release): bump to 2.0.1, add CHANGELOG, mention LRP in README

chore(release): bump to 2.0.1, add CHANGELOG, mention LRP in README #468

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--verbose"
src: "./physioex"
jupyter: true
version: "~= 22.0"