Fix code wrapping for syntax-highlighted output #3

Merged
YunxiaoXu merged 2 commits from hotfix/code-wrap into main 2026-04-04 15:06:49 -07:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 868656ea12 - Show all commits

View File

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

2
uv.lock generated
View File

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