From 313992eb384ea300b8cbfeb0f03b659e11caf684 Mon Sep 17 00:00:00 2001 From: justheuristic Date: Tue, 21 Nov 2023 01:46:07 +0300 Subject: [PATCH] (temporary) bump version --- src/petals/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/petals/__init__.py b/src/petals/__init__.py index 1af8bf9..274450c 100644 --- a/src/petals/__init__.py +++ b/src/petals/__init__.py @@ -17,7 +17,7 @@ from petals.models import * from petals.utils import * from petals.utils.logging import initialize_logs as _initialize_logs -__version__ = "2.3.0.dev1" +__version__ = "2.2.0.post1" if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):