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 2967b16 commit 11ffbefCopy full SHA for 11ffbef
1 file changed
typer/__init__.py
@@ -1,6 +1,6 @@
1
"""Typer, build great CLIs. Easy to code. Based on Python type hints."""
2
3
-__version__ = "0.12.dev1"
+__version__ = "0.12.dev2"
4
5
from shutil import get_terminal_size as get_terminal_size
6
0 commit comments