From 11ffbefcad1cafbfb064053cf27508b9566097a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 29 Mar 2024 20:51:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.12.dev2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typer/__init__.py b/typer/__init__.py index feddee5401..0d3a4bbfa9 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.dev1" +__version__ = "0.12.dev2" from shutil import get_terminal_size as get_terminal_size