chg: [RELEASE] Bumped version number and aligned pyproject.toml file with standard specification.
Some checks failed
Python application / build (3.10) (push) Has been cancelled
Python application / build (3.11) (push) Has been cancelled
Python application / build (3.12) (push) Has been cancelled

This commit is contained in:
Cédric Bonhomme 2025-02-13 18:14:40 +01:00
parent 7849955cdb
commit 2e8b0fdec9
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
6 changed files with 179 additions and 147 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry install
poetry install --with dev
- name: Lint with flake8
run: |