Bump version to 0.2.0

This commit is contained in:
2026-04-01 18:23:21 -07:00
parent e74f9a3c74
commit 5b62100628
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "rp"
version = "0.1.0"
version = "0.2.0"
description = "Rich print files — markdown, JSON, code, and more — beautifully in your terminal"
readme = "README.md"
license = "MIT"

View File

@@ -1,4 +1,4 @@
"""rp — Rich print files beautifully in your terminal."""
__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "Yunxiao Xu"