From 7cb6223f7f0c70ba4bf58412188c76d47dea26ac Mon Sep 17 00:00:00 2001 From: Michele Zanotti Date: Mon, 18 Nov 2024 10:58:51 +0000 Subject: [PATCH] chore: bump version --- nebuly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nebuly/__init__.py b/nebuly/__init__.py index d310554..cd03524 100644 --- a/nebuly/__init__.py +++ b/nebuly/__init__.py @@ -2,4 +2,4 @@ from .init import init __all__ = ["init", "new_interaction"] -__version__ = "0.3.33" +__version__ = "0.3.35"