From 537238f56f4f4cc77ff4ad3145bf8ae16bfc89ed Mon Sep 17 00:00:00 2001 From: Yunxiao Xu Date: Sat, 4 Apr 2026 06:58:19 -0700 Subject: [PATCH] Bump version to 0.3.0 --- pyproject.toml | 2 +- src/rp/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b32008..813942c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/rp/__init__.py b/src/rp/__init__.py index aab03ec..0343ed4 100644 --- a/src/rp/__init__.py +++ b/src/rp/__init__.py @@ -2,6 +2,6 @@ from __future__ import annotations -__version__ = "0.2.3" +__version__ = "0.3.0" __author__ = "Yunxiao Xu" __license__ = "MIT" diff --git a/uv.lock b/uv.lock index f3d0a14..dbb7c35 100644 --- a/uv.lock +++ b/uv.lock @@ -339,7 +339,7 @@ wheels = [ [[package]] name = "rp" -version = "0.2.3" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "pygments" }, -- 2.49.1