Skip to content

Update version.py

Update version.py #12

Workflow file for this run

name: Code Layout
on: push
jobs:
code_style_python:
name: Python code convention check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --diff"