utils/middleware/io-monitor/recipes-common/io-monitor/io-monitor/io_monitor/__init__.py

11 lines
249 B
Python

#
# Copyright (c) 2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
import pbr.version
__version__ = pbr.version.VersionInfo('io-monitor').version_string()
__release__ = pbr.version.VersionInfo('io-monitor').release_string()