Files
rich-print/src/rp/__init__.py
Yunxiao Xu 537238f56f
All checks were successful
CI / lint (push) Successful in -26s
CI / typecheck (push) Successful in -26s
CI / test (3.14) (push) Successful in -24s
CI / lint (pull_request) Successful in -28s
CI / typecheck (pull_request) Successful in -23s
CI / test (3.12) (pull_request) Successful in -25s
CI / test (3.13) (pull_request) Successful in -23s
CI / test (3.14) (pull_request) Successful in -24s
CI / test (3.12) (push) Successful in -25s
CI / test (3.13) (push) Successful in -25s
Bump version to 0.3.0
2026-04-04 06:58:19 -07:00

8 lines
136 B
Python

"""Project metadata for rp."""
from __future__ import annotations
__version__ = "0.3.0"
__author__ = "Yunxiao Xu"
__license__ = "MIT"