Bump version to 0.3.0
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

This commit is contained in:
2026-04-04 06:58:19 -07:00
parent 0f93d3a095
commit 537238f56f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "rp"
version = "0.2.3"
version = "0.3.0"
description = "Rich print files — markdown, JSON, code, and more — beautifully in your terminal"
readme = "README.md"
license = "MIT"

View File

@@ -2,6 +2,6 @@
from __future__ import annotations
__version__ = "0.2.3"
__version__ = "0.3.0"
__author__ = "Yunxiao Xu"
__license__ = "MIT"

2
uv.lock generated
View File

@@ -339,7 +339,7 @@ wheels = [
[[package]]
name = "rp"
version = "0.2.3"
version = "0.3.0"
source = { editable = "." }
dependencies = [
{ name = "pygments" },