From d49d9ad0cf2b1d332667dab070efc3aecd8a5c4a Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Thu, 20 Jul 2023 21:07:00 +0400 Subject: [PATCH] Bump version to 2.0.0.post3 (#391) --- 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 1dfbfbe..c696bc6 100644 --- a/src/petals/__init__.py +++ b/src/petals/__init__.py @@ -11,7 +11,7 @@ from petals.models import * from petals.utils import * from petals.utils.logging import initialize_logs as _initialize_logs -__version__ = "2.0.0.post2" +__version__ = "2.0.0.post3" if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):