From 4c4a5d3e417d4069cc3f9ab758ebc697402ec420 Mon Sep 17 00:00:00 2001 From: sharmb5 Date: Tue, 30 Jan 2024 08:01:47 -0500 Subject: [PATCH] Updating version in init file --- PyPowerStore/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PyPowerStore/__init__.py b/PyPowerStore/__init__.py index 7ec4390..e8e644b 100644 --- a/PyPowerStore/__init__.py +++ b/PyPowerStore/__init__.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- +# Copyright: (c) 2024, Dell Technologies """__init__.py.""" __title__ = 'PyPowerStore' -__version__ = '2.1.0.0' +__version__ = '3.0.0.0' __author__ = 'Dell Technologies or its subsidiaries' __copyright__ = 'Copyright 2019 Dell Technologies'