Coverage for src/pydal2sql_core/__about__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.11.0, created at 2026-04-22 13:56 +0200
« prev ^ index » next coverage.py v7.11.0, created at 2026-04-22 13:56 +0200
1"""
2Stores the version.
3"""
5# SPDX-FileCopyrightText: 2023-present Robin van der Noord <robinvandernoord@gmail.com>
6#
7# SPDX-License-Identifier: MIT
8__version__ = "0.7.0"