Skip to content

Commit

Permalink
bump to 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Aug 15, 2024
1 parent 16ae1b0 commit e463afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radian/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .app import get_app, main

__version__ = '0.6.12'
__version__ = '0.6.13'

__all__ = ["get_app", "main"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit e463afe

Please sign in to comment.