Skip to content

bump version to 1.6.0 #29

bump version to 1.6.0

bump version to 1.6.0 #29

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.11.8
uses: actions/setup-python@v1
with:
python-version: 3.11.8
- name: Run test
run: python -m unittest discover --v