blob: 27673d1817a5fa3b8f70c3792c3db8a5f4d00d46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2022, Dell Inc. or its subsidiaries. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# See the LICENSE file for details.
#
# This file is part of NVMe STorage Appliance Services (nvme-stas).
#
# Authors: Martin Belanger <Martin.Belanger@dell.com>
#
'''STorage Appliance Services'''
__version__ = '@VERSION@'
|