🔖 Release version 0.0.10

This commit is contained in:
Sebastián Ramírez 2020-03-10 18:51:38 +01:00
parent 00c9e3763f
commit 51e272a2ce
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.0.10
* Add support for Click version 7.1.1. PR [#60](https://github.com/tiangolo/typer/pull/60).
## 0.0.9

View file

@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
__version__ = "0.0.9"
__version__ = "0.0.10"
from click.exceptions import Abort, Exit
from click.termui import (