From e463afee1483b219655091be3084747a6f6f074f Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Wed, 14 Aug 2024 22:42:55 -0700 Subject: [PATCH] bump to 0.6.13 --- radian/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/radian/__init__.py b/radian/__init__.py index bfa9741..372d797 100644 --- a/radian/__init__.py +++ b/radian/__init__.py @@ -1,5 +1,5 @@ from .app import get_app, main -__version__ = '0.6.12' +__version__ = '0.6.13' __all__ = ["get_app", "main"] diff --git a/setup.py b/setup.py index a48fc82..b979a9f 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_version(package): python_requires='>=3.7', install_requires=[ # 'rchitect@git+https://github.com/randy3k/rchitect', - 'rchitect>=0.4.6,<0.5.0', + 'rchitect>=0.4.7,<0.5.0', 'prompt_toolkit>=3.0.41,<3.1', 'pygments>=2.5.0' ],