Bump version to 0.3.1
All checks were successful
All checks were successful
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "rp"
|
name = "rp"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
description = "Rich print files — markdown, JSON, code, and more — beautifully in your terminal"
|
description = "Rich print files — markdown, JSON, code, and more — beautifully in your terminal"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.3.1"
|
||||||
__author__ = "Yunxiao Xu"
|
__author__ = "Yunxiao Xu"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user