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'