From f36344667910b8b48e23478731a068af4bff8eae Mon Sep 17 00:00:00 2001 From: martinpeters Date: Thu, 25 May 2023 06:52:04 +0100 Subject: [PATCH] fix: bug fix --- sanity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity/__init__.py b/sanity/__init__.py index b159536..254d085 100644 --- a/sanity/__init__.py +++ b/sanity/__init__.py @@ -2,4 +2,4 @@ from sanity.client import Client -__version__ = "0.0.2" +__version__ = "0.0.3"