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