Skip to content

Bump version

Bump version #68

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2022.1.7
- run: pip install poetry==1.1.13
- run: nox