Coverage for mlos_core/mlos_core/version.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-07 01:52 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5"""Version number for the mlos_core package.""" 

6 

7# NOTE: This should be managed by bumpversion. 

8VERSION = "0.6.1" 

9 

10if __name__ == "__main__": 

11 print(VERSION)