Coverage for mlos_bench/mlos_bench/version.py: 100%
1 statements
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-26 00:46 +0000
« prev ^ index » next coverage.py v7.6.8, created at 2024-11-26 00:46 +0000
1#
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4#
5"""Version number for the mlos_bench package."""
7# NOTE: This should be managed by bumpversion.
8VERSION = "0.6.1"
10if __name__ == "__main__":
11 print(VERSION)