🔖 Release version 0.1.0

This commit is contained in:
Sebastián Ramírez 2020-03-19 14:50:02 +01:00
parent fa3a9ea64f
commit 46984fcb17
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.1.0
* Fix coverage instructions. PR [#72](https://github.com/tiangolo/typer/pull/72).
* Add docs for [Building a Package](https://typer.tiangolo.com/tutorial/package/). PR [#71](https://github.com/tiangolo/typer/pull/71).
* Add docs for [Using Click (with Typer)](https://typer.tiangolo.com/tutorial/using-click/). PR [#70](https://github.com/tiangolo/typer/pull/70).

View file

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