Bump version to 0.2.3

This commit is contained in:
2026-04-01 23:59:55 -07:00
parent 0e7f30d6c3
commit f32da588fb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "rp"
version = "0.2.2"
version = "0.2.3"
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.2"
__version__ = "0.2.3"
__author__ = "Yunxiao Xu"
__license__ = "MIT"

2
uv.lock generated
View File

@@ -198,7 +198,7 @@ wheels = [
[[package]]
name = "rp"
version = "0.2.2"
version = "0.2.3"
source = { editable = "." }
dependencies = [
{ name = "rich" },