🔖 Release version 0.0.2
This commit is contained in:
parent
08d36b14cc
commit
86c82b1eea
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
## 0.0.2
|
||||
|
||||
* Add initial version of code, docs, etc.
|
||||
|
||||
## 0.0.1
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue