File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.1
2
+ current_version = 0.6.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 5
5
"""Version number for the MLOS documentation."""
6
6
7
7
# NOTE: This should be managed by bumpversion.
8
- VERSION = "0.6.1 "
8
+ VERSION = "0.6.2 "
9
9
10
10
if __name__ == "__main__" :
11
11
print (VERSION )
Original file line number Diff line number Diff line change 5
5
"""Version number for the mlos_bench package."""
6
6
7
7
# NOTE: This should be managed by bumpversion.
8
- VERSION = "0.6.1 "
8
+ VERSION = "0.6.2 "
9
9
10
10
if __name__ == "__main__" :
11
11
print (VERSION )
Original file line number Diff line number Diff line change 5
5
"""Version number for the mlos_core package."""
6
6
7
7
# NOTE: This should be managed by bumpversion.
8
- VERSION = "0.6.1 "
8
+ VERSION = "0.6.2 "
9
9
10
10
if __name__ == "__main__" :
11
11
print (VERSION )
Original file line number Diff line number Diff line change 5
5
"""Version number for the mlos_viz package."""
6
6
7
7
# NOTE: This should be managed by bumpversion.
8
- VERSION = "0.6.1 "
8
+ VERSION = "0.6.2 "
9
9
10
10
if __name__ == "__main__" :
11
11
print (VERSION )
You can’t perform that action at this time.
0 commit comments