From b5c9ec086bafeb1c6e88c243b1569e8ff53f7392 Mon Sep 17 00:00:00 2001 From: raphaeltimbo Date: Mon, 18 Nov 2024 14:03:20 -0300 Subject: [PATCH] Release v0.3.13rc1 --- ccp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/__init__.py b/ccp/__init__.py index 54167d0..495b276 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.12" +__version__ = "0.3.13rc1" __version__full = ( f"ccp: {__version__} | "