From 77b7aebbcbca4c7f6e4b3dcc6597abc86d2177a2 Mon Sep 17 00:00:00 2001 From: Stephen Xie <49465499+StephenXie@users.noreply.github.com> Date: Sun, 24 Oct 2021 19:34:54 -0700 Subject: [PATCH] Update __init__.py --- typertype/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typertype/__init__.py b/typertype/__init__.py index 28c29b5..4e7396b 100644 --- a/typertype/__init__.py +++ b/typertype/__init__.py @@ -1,2 +1,2 @@ from .main import Typertype -__version__ = "1.0.0b9" +__version__ = "1.0.1"