From edaf323f0593e19a44a665021310fdf97b5010cf Mon Sep 17 00:00:00 2001 From: raphaeltimbo Date: Mon, 14 Oct 2024 11:50:48 -0300 Subject: [PATCH] Release v0.3.7 --- ccp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/__init__.py b/ccp/__init__.py index 3c6891e..af5a46c 100644 --- a/ccp/__init__.py +++ b/ccp/__init__.py @@ -95,7 +95,7 @@ if not _library_path.is_file(): _warnings.warn(f"{_library_path}.\nREFPROP not configured.") -__version__ = "0.3.7rc3" +__version__ = "0.3.7" __version__full = ( f"ccp: {__version__} | "