From 5fcf78faa1b5087b9d4c4b287736a382abe76be4 Mon Sep 17 00:00:00 2001 From: Jake Urban <10968980+JakeUrban@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:05:46 -0700 Subject: [PATCH] bump version to 2.2.1 (#607) --- polaris/polaris/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris/polaris/__init__.py b/polaris/polaris/__init__.py index 8a124bf6..b19ee4b7 100644 --- a/polaris/polaris/__init__.py +++ b/polaris/polaris/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1"