From 4efa07ae2b28c96d9d15566111a24f26e54db57d Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Tue, 10 Jan 2023 14:57:42 -0800 Subject: [PATCH] Bump version to 22.1 for release --- nowcast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowcast/__init__.py b/nowcast/__init__.py index 342f805d..defa408f 100644 --- a/nowcast/__init__.py +++ b/nowcast/__init__.py @@ -16,4 +16,4 @@ # SPDX-License-Identifier: Apache-2.0 -__version__ = "22.1.dev0" +__version__ = "22.1"