Coverage for src/basmati/__about__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-11-13 20:23 +0100
« prev ^ index » next coverage.py v7.3.2, created at 2023-11-13 20:23 +0100
1"""
2This file stores the library version.
3"""
4# SPDX-FileCopyrightText: 2023-present Robin van der Noord <robinvandernoord@gmail.com>
5#
6# SPDX-License-Identifier: MIT
7__version__ = "0.0.0"