From 868656ea12316b41ff6db8ffed353c529a8dad7f Mon Sep 17 00:00:00 2001 From: Yunxiao Xu Date: Sat, 4 Apr 2026 14:53:48 -0700 Subject: [PATCH] Bump version to 0.3.1 --- 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 813942c..081409f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/rp/__init__.py b/src/rp/__init__.py index 0343ed4..c37360e 100644 --- a/src/rp/__init__.py +++ b/src/rp/__init__.py @@ -2,6 +2,6 @@ from __future__ import annotations -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Yunxiao Xu" __license__ = "MIT" diff --git a/uv.lock b/uv.lock index dbb7c35..cd2e69f 100644 --- a/uv.lock +++ b/uv.lock @@ -339,7 +339,7 @@ wheels = [ [[package]] name = "rp" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "pygments" },