From 9b661380036e53ed338b257406dd2c32ed67d5f5 Mon Sep 17 00:00:00 2001 From: Jet <38184875+jjshoots@users.noreply.github.com> Date: Sat, 24 Sep 2022 08:50:11 +0100 Subject: [PATCH] Update __init__.py --- supersuit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supersuit/__init__.py b/supersuit/__init__.py index 24e2233b..2151b718 100644 --- a/supersuit/__init__.py +++ b/supersuit/__init__.py @@ -69,4 +69,4 @@ def __getattr__(wrapper_name): raise ImportError(f"cannot import name '{wrapper_name}' from 'supersuit'") -__version__ = "3.5.0" +__version__ = "3.6.0"