From 8391a6e348c209c1b180c14c4f1ecdb562952b0d Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Tue, 15 Mar 2022 12:32:23 +0000 Subject: [PATCH] bump version to v0.20.11 --- forest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest/__init__.py b/forest/__init__.py index 10fe8bd1..281d226f 100644 --- a/forest/__init__.py +++ b/forest/__init__.py @@ -28,4 +28,4 @@ .. automodule:: forest.services """ -__version__ = "0.20.10" +__version__ = "0.20.11"