diff --git a/typer/__init__.py b/typer/__init__.py index 73b426180b..53a450970e 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.12.1.dev1" +__version__ = "0.12.1.dev2" from shutil import get_terminal_size as get_terminal_size