From e75de76cbf253662ddf59946c582dc1318b29c79 Mon Sep 17 00:00:00 2001 From: Adam Davis Date: Mon, 11 Dec 2023 16:58:39 +0000 Subject: [PATCH] Increase version for release --- src/open_vp_cal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open_vp_cal/__init__.py b/src/open_vp_cal/__init__.py index 35cbaf28..46ca053d 100644 --- a/src/open_vp_cal/__init__.py +++ b/src/open_vp_cal/__init__.py @@ -1,7 +1,7 @@ """ Init Module defines a few module level variables """ -__version__ = "1.0.0-rc.5" +__version__ = "1.0.0-rc.6" __authors__ = [ "Adam Davis", "Adrian Pueyo", "Carol Payne", "Francesco Luigi Giardiello" ]