From 451e64f418725d455be56a8ca20a6a835b92b346 Mon Sep 17 00:00:00 2001 From: Bryan Bosely Date: Mon, 21 Apr 2025 11:21:25 -0400 Subject: [PATCH] docs: updated version for release 5.0.0 Signed-off-by: Bryan Bosely --- ibm_scc/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibm_scc/version.py b/ibm_scc/version.py index 799a16a..772ad25 100644 --- a/ibm_scc/version.py +++ b/ibm_scc/version.py @@ -1,6 +1,6 @@ # coding: utf-8 -# (C) Copyright IBM Corp. 2019, 2020. +# (C) Copyright IBM Corp. 2025. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,4 +17,4 @@ """ Version of mysdk """ -__version__ = '4.0.1' \ No newline at end of file +__version__ = '5.0.0' \ No newline at end of file