Skip to content

update version in __init__.py to match pyproject.toml #38

update version in __init__.py to match pyproject.toml

update version in __init__.py to match pyproject.toml #38

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
uses: ./.github/workflows/tests.yaml
lint:
uses: ./.github/workflows/lint.yaml
format:
uses: ./.github/workflows/format.yaml