Compare commits
2 Commits
598450d9e2
...
579df72869
| Author | SHA1 | Date | |
|---|---|---|---|
| 579df72869 | |||
| 537238f56f |
@@ -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"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = "0.2.3"
|
||||
__version__ = "0.3.0"
|
||||
__author__ = "Yunxiao Xu"
|
||||
__license__ = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user