From 83357b39e26cbc791a34d38bfb9aca567cd0059a Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Thu, 24 Mar 2022 10:54:47 +0000 Subject: [PATCH] bump version to v0.20.14 --- forest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest/__init__.py b/forest/__init__.py index 82075969..5e8ea504 100644 --- a/forest/__init__.py +++ b/forest/__init__.py @@ -28,4 +28,4 @@ .. automodule:: forest.services """ -__version__ = "0.20.13" +__version__ = "0.20.14"