🔖 Release version 0.6.0
This commit is contained in:
parent
0772d75b6e
commit
cabc0c1fe7
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue