From b03efb1ef500aa65e120a38aa09f340552249542 Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Mon, 30 Jan 2023 23:17:38 +0300 Subject: [PATCH] Bump version to 1.1.2 (#244) --- 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 25513a4..ec44076 100644 --- a/src/petals/__init__.py +++ b/src/petals/__init__.py @@ -1,6 +1,6 @@ from petals.client import * from petals.utils.logging import initialize_logs as _initialize_logs -__version__ = "1.1.1" +__version__ = "1.1.2" _initialize_logs()