We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bf74b commit 434bcdfCopy full SHA for 434bcdf
docs/release-notes.md
@@ -1,5 +1,7 @@
1
## Latest Changes
2
3
+## 0.9.1
4
+
5
### Fixes
6
7
* 🐛 Add missing `default_factory` in `Argument` overloads. PR [#750](https://github.com/tiangolo/typer/pull/750) by [@m9810223](https://github.com/m9810223).
typer/__init__.py
@@ -1,6 +1,6 @@
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
-__version__ = "0.9.0"
+__version__ = "0.9.1"
from shutil import get_terminal_size as get_terminal_size
0 commit comments