From b8256da28c19e702eebbaaa2efcab21692eb0cd2 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 16 Oct 2023 16:21:30 -0700 Subject: [PATCH] Version 0.0.3 --- sefcom_clusterutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sefcom_clusterutils/__init__.py b/sefcom_clusterutils/__init__.py index aff42a0..fa37958 100644 --- a/sefcom_clusterutils/__init__.py +++ b/sefcom_clusterutils/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.0.3.dev0" +__version__ = "0.0.3" def print_version() -> None: