Bump version to 0.3.0 #2

Merged
YunxiaoXu merged 1 commits from dev into main 2026-04-04 07:00:55 -07:00
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" },