diff --git a/docs/release-notes.md b/docs/release-notes.md index 057eae6be7..2c24f3d426 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +## 0.0.4 + * Update short descriptions and assets. * Docs rewording and fix typos. PR [#1](https://github.com/tiangolo/typer/pull/1) by [@mariacamilagl](https://github.com/mariacamilagl). diff --git a/typer/__init__.py b/typer/__init__.py index 7151037ee5..d3ba347403 100644 --- a/typer/__init__.py +++ b/typer/__init__.py @@ -1,6 +1,6 @@ """Typer, build great CLIs. Easy to code. Based on Python type hints.""" -__version__ = "0.0.3" +__version__ = "0.0.4" from click.exceptions import ( # noqa Abort,