From a84061a81e9a5eef29e1c386d702be9783271a57 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 +- 2 files changed, 2 insertions(+), 2 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"