🔖 Release version 0.0.2

This commit is contained in:
Sebastián Ramírez 2019-12-24 17:26:35 +01:00
parent 08d36b14cc
commit 86c82b1eea
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
## Latest changes
## 0.0.2
* Add initial version of code, docs, etc.
## 0.0.1

View file

@ -1,6 +1,6 @@
"""Typer, an intuitive CLI library based on optional type hints"""
__version__ = "0.0.1"
__version__ = "0.0.2"
from click.exceptions import ( # noqa
Abort,