🔖 Release version 0.6.0

This commit is contained in:
Sebastián Ramírez 2022-07-12 21:53:01 +02:00
parent 0772d75b6e
commit cabc0c1fe7
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest Changes
## 0.6.0
This relase adds deep integrations with [Rich](https://rich.readthedocs.io/en/stable/). ✨
`rich` is an optional dependency, you can install it directly or it will be included when you install with:

View file

@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
__version__ = "0.5.0"
__version__ = "0.6.0"
from shutil import get_terminal_size as get_terminal_size